Searched refs:regflags (Results 1 – 4 of 4) sorted by relevance
52 unsigned regflags; member67 unsigned regflags; member104 unsigned regflags; member
480 regflags = 0; in regcomp_start()2252 regflags |= RF_ICOMBINE; in regconcat()2256 regflags |= RF_ICASE; in regconcat()2260 regflags |= RF_NOICASE; in regconcat()2528 r->regflags = regflags; in bt_regcomp()2530 r->regflags |= RF_HASNL; in bt_regcomp()2532 r->regflags |= RF_LOOKBH; in bt_regcomp()4875 if (prog->regflags & RF_ICASE) in bt_regexec_both()4877 else if (prog->regflags & RF_NOICASE) in bt_regexec_both()4881 if (prog->regflags & RF_ICOMBINE) in bt_regexec_both()
1485 regflags |= RF_HASNL; in nfa_regatom()1497 regflags |= RF_HASNL; in nfa_regatom()2422 regflags |= RF_ICOMBINE; in nfa_regconcat()2426 regflags |= RF_ICASE; in nfa_regconcat()2430 regflags |= RF_NOICASE; in nfa_regconcat()3708 if (regflags & RF_ICOMBINE) in post2nfa()7374 if (prog->regflags & RF_ICASE) in nfa_regexec_both()7376 else if (prog->regflags & RF_NOICASE) in nfa_regexec_both()7380 if (prog->regflags & RF_ICOMBINE) in nfa_regexec_both()7539 prog->regflags = regflags; in nfa_regcomp()
299 static unsigned regflags; // RF_ flags for prog variable391 return (prog->regflags & RF_HASNL); in re_multiline()