Searched refs:re_no_sub (Results 1 – 3 of 3) sorted by relevance
675 # define re_no_sub no_sub macro
227 if (preg->re_no_sub) in regexec()433 if (BE (bufp->re_no_sub, 0)) in re_search_stub()834 if ((!preg->re_no_sub && nmatch > 1) || dfa->nbackref) in re_search_internal()840 if ((!preg->re_no_sub && nmatch > 1 && dfa->has_plural_match) in re_search_internal()879 if (!preg->re_no_sub && nmatch > 1) in re_search_internal()
224 bufp->re_no_sub = !!(re_syntax_options & REG_NO_SUB); in re_compile_pattern()469 preg->re_no_sub = !!(cflags & REG_NOSUB); in regcomp()1143 if ((!preg->re_no_sub && preg->re_nsub > 0 && dfa->has_plural_match) in analyze()1283 if (preg->re_no_sub in lower_subexp()