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

/netbsd-current/external/bsd/less/dist/
H A Doption.c25 static struct loption *pendopt; variable in typeref:struct:loption
88 if (pendopt != NULL)
90 switch (pendopt->otype & OTYPE)
93 (*pendopt->ofunc)(INIT, s);
96 printopt = opt_desc(pendopt);
97 *(pendopt->ovar) = getnum(&s, printopt, (int*)NULL);
100 pendopt = NULL;
254 * Set pendopt and return.
258 pendopt = o;
275 pendopt
[all...]

Completed in 146 milliseconds