Home
last modified time | relevance | path

Searched refs:othercase (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c94 static wint_t othercase(wint_t ch);
894 othercase(wint_t ch) in othercase() function
919 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()
941 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch) in ordinary()