Searched refs:REG_ICASE (Results 1 – 3 of 3) sorted by relevance
64 #define REG_ICASE 0002 macro
44 MACRO(REG_ICASE); in regex_h()
802 if (p->g->cflags®_ICASE) { in p_bracket()1086 if ((p->g->cflags & REG_ICASE) && isalpha(uc) && othercase(uc) != uc) in ordinary()