Home
last modified time | relevance | path

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

/minix3/usr.bin/pr/
H A Degetopt.c66 int eoptopt; /* character checked for validity */ variable
110 if ((eoptopt = (int)*place++) == (int)':' || (eoptopt == (int)'?') || in egetopt()
111 !(oli = strchr(ostr, eoptopt))) { in egetopt()
116 if ((eoptopt == (int)'-') && !*place) in egetopt()
118 if (strchr(ostr, '#') && (isdigit(eoptopt) || in egetopt()
119 (((eoptopt == (int)'-') || (eoptopt == (int)'+')) && in egetopt()
149 p, eoptopt); in egetopt()
166 p, eoptopt); in egetopt()
178 return (eoptopt); in egetopt()
203 eoptopt); in egetopt()
[all …]