Searched refs:othercase (Results 1 – 3 of 3) sorted by relevance
218 static char othercase(int);844 ci = othercase(i); in p_bracket()1031 othercase(int ch) in othercase() function1056 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()1076 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
93 static char othercase(int ch);730 ci = othercase(i); in p_bracket()918 othercase(int ch) in othercase() function941 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()963 if ((p->g->cflags®_ICASE) && isalpha(ch) && othercase(ch) != ch) in ordinary()
134 static wint_t othercase(wint_t ch);1361 othercase(wint_t ch) function1387 assert(othercase(ch) != ch); /* p_bracket() would recurse */1410 if ((p->g->cflags®_ICASE) && iswalpha(ch) && othercase(ch) != ch)