Home
last modified time | relevance | path

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

/original-bsd/usr.bin/pr/
H A Degetopt.c37 int eoptopt; /* character checked for validity */ variable
84 if ((eoptopt = (int)*place++) == (int)':' || (eoptopt == (int)'?') ||
85 !(oli = strchr(ostr, eoptopt))) {
90 if ((eoptopt == (int)'-') && !*place)
92 if (strchr(ostr, '#') && (isdigit(eoptopt) ||
93 (((eoptopt == (int)'-') || (eoptopt == (int)'+')) &&
123 p, eoptopt);
140 p, eoptopt);
152 return (eoptopt);
177 eoptopt);
[all …]