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

/freebsd-current/usr.bin/pr/
H A Degetopt.c61 int eoptopt; /* character checked for validity */ variable
106 if ((eoptopt = (int)*place++) == (int)':' || (eoptopt == (int)'?') ||
107 !(oli = strchr(ostr, eoptopt))) {
112 if ((eoptopt == (int)'-') && !*place)
114 if (strchr(ostr, '#') && (isdigit(eoptopt) ||
115 (((eoptopt == (int)'-') || (eoptopt == (int)'+')) &&
145 p, eoptopt);
162 p, eoptopt);
[all...]
H A Dextern.h42 extern int eoptopt;

Completed in 63 milliseconds