HomeSort by: relevance | last modified time | path
    Searched defs:eoptopt (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/pr/
egetopt.c 66 int eoptopt; /* character checked for validity */ variable in typeref:typename:int
110 if ((eoptopt = (int)*place++) == (int)':' || (eoptopt == (int)'?') ||
111 !(oli = strchr(ostr, eoptopt))) {
116 if ((eoptopt == (int)'-') && !*place)
118 if (strchr(ostr, '#') && (isdigit(eoptopt) ||
119 (((eoptopt == (int)'-') || (eoptopt == (int)'+')) &&
149 p, eoptopt);
166 p, eoptopt);
    [all...]

Completed in 11 milliseconds