Home
last modified time | relevance | path

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

/dports/japanese/less/less-382.262.03.01/
H A Doption.c30 static struct loption *pendopt; variable
68 if (pendopt != NULL)
70 switch (pendopt->otype & OTYPE)
73 (*pendopt->ofunc)(INIT, s);
76 printopt = propt(pendopt->oletter);
77 *(pendopt->ovar) = getnum(&s, printopt, (int*)NULL);
80 pendopt = NULL;
225 pendopt = o;
240 pendopt = o;
523 return (pendopt != NULL); in isoptpending()
[all …]
/dports/sysutils/less/less-551/
H A Doption.c23 static struct loption *pendopt; variable
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;
262 pendopt = o;
279 pendopt = o;
538 return (pendopt != NULL); in isoptpending()
[all …]
/dports/chinese/cless/cless-290/
H A Doption.c40 static struct option *pendopt; variable
73 if (pendopt != NULL)
75 (*pendopt->ofunc)(INIT, s);
76 pendopt = NULL;
170 pendopt = o;
455 return (pendopt != NULL); in isoptpending()
476 nostring(pendopt->oletter); in nopendopt()