|
COOPY » Guide
version 0.6.5
|
#include <getopt_int.h>
Data Fields | |
| int | optind |
| int | opterr |
| int | optopt |
| char * | optarg |
| int | __initialized |
| char * | __nextchar |
| enum __ord | __ordering |
| int | __posixly_correct |
| int | __first_nonopt |
| int | __last_nonopt |
Definition at line 66 of file getopt_int.h.
Definition at line 103 of file getopt_int.h.
Referenced by _getopt_initialize(), _getopt_internal_r(), and exchange().
Definition at line 79 of file getopt_int.h.
Referenced by _getopt_internal_r().
Definition at line 104 of file getopt_int.h.
Referenced by _getopt_initialize(), _getopt_internal_r(), and exchange().
| char* _getopt_data::__nextchar |
Definition at line 87 of file getopt_int.h.
Referenced by _getopt_initialize(), and _getopt_internal_r().
Definition at line 90 of file getopt_int.h.
Referenced by _getopt_initialize(), and _getopt_internal_r().
Definition at line 94 of file getopt_int.h.
Referenced by _getopt_initialize().
| char* _getopt_data::optarg |
Definition at line 74 of file getopt_int.h.
Referenced by _getopt_internal_r(), and gnulib_getopt_internal().
Definition at line 72 of file getopt_int.h.
Referenced by _getopt_internal_r(), and gnulib_getopt_internal().
Definition at line 71 of file getopt_int.h.
Referenced by _getopt_initialize(), _getopt_internal_r(), exchange(), and gnulib_getopt_internal().
Definition at line 73 of file getopt_int.h.
Referenced by _getopt_internal_r(), and gnulib_getopt_internal().
1.7.4