Searched refs:eoptopt (Results 1 – 2 of 2) sorted by relevance
61 int eoptopt; /* character checked for validity */ variable106 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 …]
42 extern int eoptopt;