Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDpattern.c288 match_pattern(pattern, tpattern, line, line_len, sp, ep, notbol, search_type) in match_pattern() argument
295 int notbol;
329 spattern->not_bol = notbol;
342 int flags = (notbol) ? REG_NOTBOL : 0;
363 int flags = (notbol) ? PCRE_NOTBOL : 0;
389 matched = regexec2(spattern, line, notbol);
HDregexp.h30 extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol));
HDregexp.c726 regexec2(prog, string, notbol) in regexec2() argument
729 int notbol;
758 if (notbol)