Home
last modified time | relevance | path

Searched defs:Opt_s (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doption.h60 typedef struct Opt_s struct
62 int again; /* see optjoin() */
63 char* arg; /* {:,#} string argument */
64 char** argv; /* most recent argv */
65 int index; /* argv index */
66 char* msg; /* error/usage message buffer */
67 long num; /* # numeric argument */
68 int offset; /* char offset in argv[index] */
69 char option[8]; /* current flag {-,+} + option */
70 char name[64]; /* current long name or flag */
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Doption.h59 typedef struct Opt_s struct
61 int again; /* see optjoin() */
62 char* arg; /* {:,#} string argument */
63 char** argv; /* most recent argv */
64 int index; /* argv index */
65 char* msg; /* error/usage message buffer */
66 long num; /* OBSOLETE -- use number */
67 int offset; /* char offset in argv[index] */
68 char option[8]; /* current flag {-,+} + option */
69 char name[64]; /* current long name or flag */
[all …]