Go to the source code of this file.
Data Types | |
| type | option |
Defines | |
| #define | _GETOPT_H 1 |
| #define | no_argument 0 |
| #define | required_argument 1 |
| #define | optional_argument 2 |
Functions/Subroutines | |
| int | getopt () |
| int | getopt_long () |
| int | getopt_long_only () |
| int | _getopt_internal () |
Variables | |
| char * | optarg |
| int | optind |
| int | opterr |
| int | optopt |
| #define no_argument 0 |
| #define optional_argument 2 |
| #define required_argument 1 |
| int _getopt_internal | ( | ) |
Referenced by getopt(), getopt_long(), and getopt_long_only().
| int getopt | ( | ) |
Referenced by main(), process_args(), and process_cmd_line().
| int getopt_long | ( | ) |
Referenced by DEFUN(), main(), parse_args(), parse_options(), and process_args().
| int getopt_long_only | ( | ) |
Referenced by DEFUN(), Dipa_Proc_Options(), and parse_args().
| char* optarg |
Definition at line 115 of file getopt.c.
Referenced by _getopt_internal(), DEFUN(), Dipa_Proc_Options(), main(), parse_args(), parse_options(), process_args(), process_cmd_line(), and set_prog_file_names().
| int opterr |
Definition at line 150 of file getopt.c.
Referenced by _getopt_internal(), parse_args(), and process_cmd_line().
| int optind |
Definition at line 130 of file getopt.c.
Referenced by _getopt_initialize(), _getopt_internal(), DEFUN(), Dipa_Proc_Options(), exchange(), fnotice(), main(), parse_args(), parse_options(), process_args(), process_C_option(), process_cmd_line(), process_O_option(), and set_prog_file_names().
| int optopt |
1.5.6