Searched refs:Oplist_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Doption.c302 struct Oplist_s; typedef struct Oplist_s Oplist_t; typedef in typeref:struct:Oplist_s
307 Oplist_t* next; /* next in list */
312 Oplist_t* hidden; /* options hidden by cmd line */
313 Oplist_t* lasthidden; /* tail of hidden */
314 Oplist_t* delayed; /* delayed unknown options */
315 Oplist_t* lastdelayed; /* tail of delayed */
765 Oplist_t* x;
784 x = newof(0, Oplist_t, 1, n);
1622 Oplist_t* x;
1659 register Oplist_t*
[all...]

Completed in 12 milliseconds