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

/freebsd-13-stable/contrib/less/
H A Doption.c23 static struct loption *pendopt; variable in typeref:struct:loption
92 if (pendopt != NULL)
94 switch (pendopt->otype & OTYPE)
97 (*pendopt->ofunc)(INIT, s);
100 printopt = opt_desc(pendopt);
101 *(pendopt->ovar) = getnum(&s, printopt, (int*)NULL);
104 pendopt = NULL;
258 * Set pendopt and return.
262 pendopt = o;
279 pendopt
[all...]

Completed in 86 milliseconds