Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/regex/
Dregcomp.c86 static char othercase(int);
672 ci = othercase(i); in p_bracket()
859 othercase(int ch) in othercase() function
884 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()
904 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()