Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex.h679 # define re_syntax syntax macro
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()
721 preg->re_syntax = syntax; in re_compile_internal()
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()