Searched refs:regexec2 (Results 1 – 4 of 4) sorted by relevance
32 extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol));
728 regexec2(prog, string, notbol) in regexec2() function794 return regexec2(prog, string, 0);
430 matched = regexec2(pattern, line, notbol); in match_pattern1()
600 v340 4/21/99 Add regexec2. Fix Windows build.