Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/pr/
HDegetopt.c67 int eoptopt; /* character checked for validity */ variable
112 if ((eoptopt = (int)*place++) == (int)':' || (eoptopt == (int)'?') || in egetopt()
113 !(oli = strchr(ostr, eoptopt))) { in egetopt()
118 if ((eoptopt == (int)'-') && !*place) in egetopt()
120 if (strchr(ostr, '#') && (isdigit(eoptopt) || in egetopt()
121 (((eoptopt == (int)'-') || (eoptopt == (int)'+')) && in egetopt()
151 p, eoptopt); in egetopt()
168 p, eoptopt); in egetopt()
180 return (eoptopt); in egetopt()
205 eoptopt); in egetopt()
[all …]
HDextern.h43 extern int eoptopt;