Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/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 …]
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Doption.h68 typedef struct Opt_s struct
70 int again; /* see optjoin() */
71 char* arg; /* {:,#} string argument */
72 char** argv; /* most recent argv */
73 int index; /* argv index */
74 char* msg; /* error/usage message buffer */
75 long num; /* OBSOLETE -- use number */
76 int offset; /* char offset in argv[index] */
77 char option[8]; /* current flag {-,+} + option */
78 char name[64]; /* current long name or flag */
[all …]
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Doption.h68 typedef struct Opt_s struct
70 int again; /* see optjoin() */
71 char* arg; /* {:,#} string argument */
72 char** argv; /* most recent argv */
73 int index; /* argv index */
74 char* msg; /* error/usage message buffer */
75 long num; /* OBSOLETE -- use number */
76 int offset; /* char offset in argv[index] */
77 char option[8]; /* current flag {-,+} + option */
78 char name[64]; /* current long name or flag */
[all …]
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Doption.h68 typedef struct Opt_s struct
70 int again; /* see optjoin() */
71 char* arg; /* {:,#} string argument */
72 char** argv; /* most recent argv */
73 int index; /* argv index */
74 char* msg; /* error/usage message buffer */
75 long num; /* OBSOLETE -- use number */
76 int offset; /* char offset in argv[index] */
77 char option[8]; /* current flag {-,+} + option */
78 char name[64]; /* current long name or flag */
[all …]
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Doption.h68 typedef struct Opt_s struct
70 int again; /* see optjoin() */
71 char* arg; /* {:,#} string argument */
72 char** argv; /* most recent argv */
73 int index; /* argv index */
74 char* msg; /* error/usage message buffer */
75 long num; /* OBSOLETE -- use number */
76 int offset; /* char offset in argv[index] */
77 char option[8]; /* current flag {-,+} + option */
78 char name[64]; /* current long name or flag */
[all …]