othercase
static wint_t othercase(wint_t ch);
assert(othercase(ch) != ch); /* p_bracket() would recurse */
if ((p->g->cflags®_ICASE) && iswalpha(ch) && othercase(ch) != ch)