Searched refs:othercase (Results 1 – 1 of 1) sorted by relevance
81 static char othercase(int);670 ci = othercase(i); in p_bracket()857 othercase(int ch) in othercase() function882 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()902 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()