Home
last modified time | relevance | path

Searched refs:regexec2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dregexp.h30 extern int regexec2 _ANSI_ARGS_((regexp *prog, constant char *string, int notbol));
H A Dregexp.c27 * 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 Dpattern.c430 matched = regexec2(pattern, line, notbol); in match_pattern1()