Searched refs:regexec2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/less/ |
H A D | regexp.h | 30 extern int regexec2 _ANSI_ARGS_((regexp *prog, constant char *string, int notbol));
|
H A D | regexp.c | 27 * Added regexec2 with notbol parameter. -- 4/19/99 Mark Nudelman 712 regexec2(register regexp *prog, register constant char *string, int notbol) 773 return regexec2(prog, string, 0); 726 regexec2(prog, string, notbol) regexec2() function
|
H A D | pattern.c | 430 matched = regexec2(pattern, line, notbol); in match_pattern1()
|