Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/less/
Doption.c24 static struct loption *pendopt; variable
62 if (pendopt != NULL)
64 switch (pendopt->otype & OTYPE)
67 (*pendopt->ofunc)(INIT, s);
70 printopt = propt(pendopt->oletter);
71 *(pendopt->ovar) = getnum(&s, printopt, (int*)NULL);
74 pendopt = NULL;
224 pendopt = o;
239 pendopt = o;
522 return (pendopt != NULL); in isoptpending()
[all …]