Lines Matching defs:delayed
314 Oplist_t* delayed; /* delayed unknown options */
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; x; x = x->next)