Home
last modified time | relevance | path

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

/src/contrib/less/
H A Doption.c23 static struct loption *pendopt; variable
85 if (pendopt != NULL) in scan_option()
87 if (!(pendopt->otype & O_UNSUPPORTED)) in scan_option()
89 switch (pendopt->otype & OTYPE) in scan_option()
92 (*pendopt->ofunc)(INIT, s); in scan_option()
95 printopt = opt_desc(pendopt); in scan_option()
96 getnumc(&s, printopt, (pendopt->otype & O_NEGOK) != 0, pendopt->ovar); in scan_option()
100 pendopt = NULL; in scan_option()
276 pendopt = o; in scan_option()
293 pendopt = o; in scan_option()
[all …]