Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/less/
Dsearch.c442 match_pattern(line, sp, ep, notbol) in match_pattern() argument
446 int notbol;
456 int flags = (notbol) ? REG_NOTBOL : 0;
471 int flags = (notbol) ? PCRE_NOTBOL : 0;
497 matched = regexec2(regpattern, line, notbol);
Dregexp.h30 extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol));
Dregexp.c723 regexec2(prog, string, notbol) in regexec2() argument
726 int notbol;
755 if (notbol)