Searched refs:othercase (Results 1 – 1 of 1) sorted by relevance
140 static int othercase(int ch);808 ci = othercase((int)i); in p_bracket()1027 othercase( in othercase() function1059 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()1086 if ((p->g->cflags & REG_ICASE) && isalpha(uc) && othercase(uc) != uc) in ordinary()