Searched refs:notbol (Results 1 – 3 of 3) sorted by relevance
442 match_pattern(line, sp, ep, notbol) in match_pattern() argument446 int notbol;456 int flags = (notbol) ? REG_NOTBOL : 0;471 int flags = (notbol) ? PCRE_NOTBOL : 0;497 matched = regexec2(regpattern, line, notbol);
30 extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol));
723 regexec2(prog, string, notbol) in regexec2() argument726 int notbol;755 if (notbol)