Searched refs:eoptopt (Results 1 – 2 of 2) sorted by relevance
67 int eoptopt; /* character checked for validity */ variable112 if ((eoptopt = (int)*place++) == (int)':' || (eoptopt == (int)'?') || in egetopt()113 !(oli = strchr(ostr, eoptopt))) { in egetopt()118 if ((eoptopt == (int)'-') && !*place) in egetopt()120 if (strchr(ostr, '#') && (isdigit(eoptopt) || in egetopt()121 (((eoptopt == (int)'-') || (eoptopt == (int)'+')) && in egetopt()151 p, eoptopt); in egetopt()168 p, eoptopt); in egetopt()180 return (eoptopt); in egetopt()205 eoptopt); in egetopt()[all …]
43 extern int eoptopt;