ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <getopt.h>
Public Attributes | |
WCHAR * | optarg |
int | optind |
WCHAR * | nextchar |
int | opterr |
int | optopt |
int | first_nonopt |
int | last_nonopt |
int _optarg_ctx::first_nonopt |
Definition at line 63 of file getopt.h.
Referenced by _getopt_internal(), and exchange().
int _optarg_ctx::last_nonopt |
Definition at line 64 of file getopt.h.
Referenced by _getopt_internal(), and exchange().
WCHAR* _optarg_ctx::nextchar |
Definition at line 46 of file getopt.h.
Referenced by _getopt_internal().
WCHAR* _optarg_ctx::optarg |
Definition at line 23 of file getopt.h.
Referenced by _getopt_internal(), and getopt_init().
int _optarg_ctx::opterr |
Definition at line 51 of file getopt.h.
Referenced by _getopt_internal(), and getopt_init().
int _optarg_ctx::optind |
Definition at line 37 of file getopt.h.
Referenced by _getopt_internal(), exchange(), and getopt_init().
int _optarg_ctx::optopt |
Definition at line 57 of file getopt.h.
Referenced by _getopt_internal(), and getopt_init().