Lines Matching refs:eoptopt
61 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()
210 return (eoptopt); in egetopt()