Searched refs:othercase (Results 1 – 2 of 2) sorted by relevance
82 static char othercase(int);678 ci = othercase(i); in p_bracket()865 othercase(int ch) in othercase() function890 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()910 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
4742 The compiler caught an incorrect use of the othercase variable across4745 the value in othercase to be in one of the special stack frame variables.