#include <getopt_int.h>
Public Types | |
enum | { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER } |
Public Attributes | |
int | __first_nonopt |
int | __initialized |
int | __last_nonopt |
char * | __nextchar |
enum _getopt_data:: { ... } | __ordering |
int | __posixly_correct |
char * | optarg |
int | opterr |
int | optind |
int | optopt |
Definition at line 37 of file getopt_int.h.
anonymous enum |
Definition at line 89 of file getopt_int.h.
Definition at line 104 of file getopt_int.h.
Definition at line 50 of file getopt_int.h.
Definition at line 105 of file getopt_int.h.
char* _getopt_data::__nextchar |
Definition at line 58 of file getopt_int.h.
enum { ... } _getopt_data::__ordering |
Definition at line 95 of file getopt_int.h.
char* _getopt_data::optarg |
Definition at line 45 of file getopt_int.h.
Definition at line 43 of file getopt_int.h.
Definition at line 42 of file getopt_int.h.
Definition at line 44 of file getopt_int.h.