Searched refs:REG_ICASE (Results 1 – 12 of 12) sorted by relevance
44 REG_EXTENDED | REG_ICASE) == 0) in main()
131 flags |= REG_ICASE; in main()
166 REG_EXTENDED | (ignorecase ? REG_ICASE : 0)); in main()
481 - match_default normal REG_EXTENDED REG_ICASE532 - match_default normal REG_EXTENDED REG_ICASE570 - match_default normal REG_EXTENDED REG_STARTEND REG_ICASE594 - match_default normal REG_EXTENDED REG_STARTEND REG_ICASE
486 cflags |= REG_ICASE; in main()
23 # i REG_ICASE
67 #define REG_ICASE 0002 macro
664 if (p->g->cflags®_ICASE) { in p_bracket()902 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
87 syntax |= (new_regex->flags & REG_ICASE) ? RE_ICASE : 0;110 if (new_regex->flags & REG_ICASE)
608 flags |= REG_ICASE;964 flags |= REG_ICASE;
342 #define REG_ICASE (1 << 1) macro
494 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;