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