Home
last modified time | relevance | path

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

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