Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dregex.m488 ignored REG_IGNORE_CASE (which was then called RE_ICASE).
91 re_set_syntax (REG_SYNTAX_EMACS | REG_IGNORE_CASE);
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex.h215 #define REG_IGNORE_CASE (1ul << 22) macro
723 # define RE_ICASE REG_IGNORE_CASE /* avoid collision with REG_ICASE */
H A Dregcomp.c305 bool icase = (dfa->mb_cur_max == 1 && (bufp->re_syntax & REG_IGNORE_CASE)); in re_compile_fastmap_iter()
315 if ((bufp->re_syntax & REG_IGNORE_CASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
382 if ((bufp->re_syntax & REG_IGNORE_CASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
457 syntax |= (cflags & REG_ICASE) ? REG_IGNORE_CASE : 0; in regcomp()
760 syntax & REG_IGNORE_CASE, dfa); in re_compile_internal()
785 if (dfa->is_utf8 && !(syntax & REG_IGNORE_CASE) && preg->re_translate == NULL) in re_compile_internal()
3438 if ((syntax & REG_IGNORE_CASE) in build_charclass()
H A Dregexec.c674 preg->re_syntax & REG_IGNORE_CASE, dfa); in re_search_internal()
712 ? ((sb || !(preg->re_syntax & REG_IGNORE_CASE || t) ? 4 : 0) in re_search_internal()
/netbsd-src/external/gpl2/xcvs/dist/
H A Dconfigure13095 ignored REG_IGNORE_CASE (which was then called RE_ICASE).
13098 re_set_syntax (REG_SYNTAX_EMACS | REG_IGNORE_CASE);