Searched defs:delayed (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Doption.c314 Oplist_t* delayed; /* delayed unknown options */ member in struct:Optstate_s
315 Oplist_t* lastdelayed; /* tail of delayed */
1614 * check and set delayed options
1628 while (x = opt.delayed)
1630 opt.delayed = x->next;
1639 for (x = opt.delayed; x; x = x->next)
1793 opt.delayed = opt.lastdelayed = x;
2029 * delayed (unknown) options
2032 for (x = opt.delayed;
[all...]

Completed in 17 milliseconds