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

  /src/lib/libc/regex/
regcomp.c 158 static wint_t othercase(wint_t ch);
1465 - othercase - return the case counterpart of an alphabetic
1466 == static wint_t othercase(wint_t ch);
1469 othercase(wint_t ch) function in typeref:typename:wint_t
1496 assert(othercase(ch) != ch); /* p_bracket() would recurse */
1527 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
regcomp.c 158 static wint_t othercase(wint_t ch);
1465 - othercase - return the case counterpart of an alphabetic
1466 == static wint_t othercase(wint_t ch);
1469 othercase(wint_t ch) function in typeref:typename:wint_t
1496 assert(othercase(ch) != ch); /* p_bracket() would recurse */
1527 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
regcomp.c 158 static wint_t othercase(wint_t ch);
1465 - othercase - return the case counterpart of an alphabetic
1466 == static wint_t othercase(wint_t ch);
1469 othercase(wint_t ch) function in typeref:typename:wint_t
1496 assert(othercase(ch) != ch); /* p_bracket() would recurse */
1527 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)

Completed in 33 milliseconds