Searched refs:othercase (Results 1 – 3 of 3) sorted by relevance
218 static char othercase(int);842 ci = othercase(i); in p_bracket()1029 othercase(int ch) in othercase() function1054 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()1074 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()
142 static wint_t othercase(wint_t ch);1335 othercase(wint_t ch) function1361 assert(othercase(ch) != ch); /* p_bracket() would recurse */1384 if ((p->g->cflags®_ICASE) && iswalpha(ch) && othercase(ch) != ch)