ReactOS 0.4.16-dev-91-g764881a
|
#include <adnshost.h>
Public Types | |
enum | oi_type { ot_end , ot_desconly , ot_flag , ot_value , ot_func , ot_funcarg , ot_funcarg2 } |
Public Attributes | |
enum optioninfo::oi_type | type |
const char * | desc |
const char * | sopt |
const char * | lopt |
int * | storep |
int | value |
optfunc * | func |
const char * | argdesc |
const char * | argdesc2 |
Definition at line 62 of file adnshost.h.
Enumerator | |
---|---|
ot_end | |
ot_desconly | |
ot_flag | |
ot_value | |
ot_func | |
ot_funcarg | |
ot_funcarg2 |
Definition at line 63 of file adnshost.h.
Definition at line 71 of file adnshost.h.
Referenced by printusage().
Definition at line 71 of file adnshost.h.
Referenced by printusage().
Definition at line 67 of file adnshost.h.
Referenced by printusage().
optfunc* optioninfo::func |
Definition at line 70 of file adnshost.h.
Referenced by opt_do().
Definition at line 68 of file adnshost.h.
Referenced by noninvert(), printusage(), and process_optarg().
Definition at line 68 of file adnshost.h.
Referenced by noninvert(), oc_short(), printusage(), and process_optarg().
int* optioninfo::storep |
Definition at line 69 of file adnshost.h.
Referenced by opt_do().
enum optioninfo::oi_type optioninfo::type |
Referenced by opt_do(), printusage(), and process_optarg().
int optioninfo::value |
Definition at line 69 of file adnshost.h.
Referenced by opt_do(), printusage(), and process_optarg().