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

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

Completed in 104 milliseconds