Searched defs:Option_t (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/nmake/ | ||
H A D | options.h | 107 struct Option_s; typedef struct Option_s Option_t; typedef in typeref:struct:Option_s 117 Option_t* next; /* external option list link */ 120 extern Option_t* optflag(int); |
/ast/src/lib/libuu/ | ||
H A D | uulib.c | 56 } Option_t; typedef in typeref:struct:__anon444 58 static const Option_t options[] = |
/ast/src/cmd/pax/ | ||
H A D | options.h | 176 } Option_t; typedef in typeref:struct:Option_s 178 extern Option_t options[]; |
/ast/src/cmd/html/ | ||
H A D | troff2html.c | 3440 } Option_t; typedef in typeref:struct:__anon97 3442 static Option_t options[] = 3478 register Option_t* p = (Option_t*)x; |
Completed in 26 milliseconds