GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Macros | |
#define | BUILT_IN_DOCSTRINGS_FILE_OPTION 1 |
#define | DEBUG_JIT_OPTION 9 |
#define | DOC_CACHE_FILE_OPTION 2 |
#define | EVAL_OPTION 3 |
#define | EXEC_PATH_OPTION 4 |
#define | FORCE_GUI_OPTION 5 |
#define | IMAGE_PATH_OPTION 6 |
#define | INFO_FILE_OPTION 7 |
#define | INFO_PROG_OPTION 8 |
#define | JIT_COMPILER_OPTION 10 |
#define | LINE_EDITING_OPTION 11 |
#define | NO_GUI_OPTION 12 |
#define | NO_INIT_FILE_OPTION 13 |
#define | NO_INIT_PATH_OPTION 14 |
#define | NO_LINE_EDITING_OPTION 15 |
#define | NO_SITE_FILE_OPTION 16 |
#define | PERSIST_OPTION 17 |
#define | TEXI_MACROS_FILE_OPTION 18 |
#define | TRADITIONAL_OPTION 19 |
Functions | |
static void | octave_print_terse_usage_and_exit (void) |
static void | octave_print_verbose_usage_and_exit (void) |
static void | octave_print_version_and_exit (void) |
Variables | |
struct option | long_opts [] |
static const char * | short_opts = "+HWVdfhip:qvx" |
static const char * | usage_string |
#define BUILT_IN_DOCSTRINGS_FILE_OPTION 1 |
Definition at line 49 of file options-usage.h.
Referenced by octave_process_command_line().
#define DEBUG_JIT_OPTION 9 |
Definition at line 57 of file options-usage.h.
Referenced by octave_process_command_line().
#define DOC_CACHE_FILE_OPTION 2 |
Definition at line 50 of file options-usage.h.
Referenced by octave_process_command_line().
#define EVAL_OPTION 3 |
Definition at line 51 of file options-usage.h.
Referenced by octave_process_command_line().
#define EXEC_PATH_OPTION 4 |
Definition at line 52 of file options-usage.h.
Referenced by octave_process_command_line().
#define FORCE_GUI_OPTION 5 |
Definition at line 53 of file options-usage.h.
Referenced by octave_process_command_line().
#define IMAGE_PATH_OPTION 6 |
Definition at line 54 of file options-usage.h.
Referenced by octave_process_command_line().
#define INFO_FILE_OPTION 7 |
Definition at line 55 of file options-usage.h.
Referenced by octave_process_command_line().
#define INFO_PROG_OPTION 8 |
Definition at line 56 of file options-usage.h.
Referenced by octave_process_command_line().
#define JIT_COMPILER_OPTION 10 |
Definition at line 58 of file options-usage.h.
Referenced by octave_process_command_line().
#define LINE_EDITING_OPTION 11 |
Definition at line 59 of file options-usage.h.
Referenced by octave_process_command_line().
#define NO_GUI_OPTION 12 |
Definition at line 60 of file options-usage.h.
Referenced by octave_process_command_line().
#define NO_INIT_FILE_OPTION 13 |
Definition at line 61 of file options-usage.h.
Referenced by octave_process_command_line().
#define NO_INIT_PATH_OPTION 14 |
Definition at line 62 of file options-usage.h.
Referenced by octave_process_command_line().
#define NO_LINE_EDITING_OPTION 15 |
Definition at line 63 of file options-usage.h.
Referenced by octave_process_command_line().
#define NO_SITE_FILE_OPTION 16 |
Definition at line 64 of file options-usage.h.
Referenced by octave_process_command_line().
#define PERSIST_OPTION 17 |
Definition at line 65 of file options-usage.h.
Referenced by octave_process_command_line().
#define TEXI_MACROS_FILE_OPTION 18 |
Definition at line 66 of file options-usage.h.
Referenced by octave_process_command_line().
#define TRADITIONAL_OPTION 19 |
Definition at line 67 of file options-usage.h.
Referenced by octave_process_command_line().
Definition at line 163 of file options-usage.h.
Referenced by octave_process_command_line().
Definition at line 107 of file options-usage.h.
References octave_bugs_statement(), octave_contrib_statement(), octave_name_version_copyright_copying_and_warranty(), and octave_www_statement().
Referenced by octave_process_command_line().
Definition at line 171 of file options-usage.h.
References octave_name_version_copyright_copying_warranty_and_bugs().
Referenced by octave_process_command_line().
struct option long_opts[] |
Definition at line 68 of file options-usage.h.
Referenced by octave_process_command_line().
|
static |
Definition at line 45 of file options-usage.h.
Referenced by octave_process_command_line().
|
static |
Definition at line 31 of file options-usage.h.