Home | History | Annotate | Download | only in dist

Lines Matching defs:pendopt

25 static struct loption *pendopt;
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 = o;
539 return (pendopt != NULL);
557 nostring(opt_desc(pendopt));