Searched refs:notbol (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/less/ |
| HD | pattern.c | 288 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);
|
| HD | regexp.h | 30 extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol));
|
| HD | regexp.c | 726 regexec2(prog, string, notbol) in regexec2() argument 729 int notbol; 758 if (notbol)
|