Searched refs:tpattern (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/less/ |
| H A D | pattern.c | 286 match_pattern(pattern, tpattern, line, line_len, sp, ep, notbol, search_type) in match_pattern() argument 288 char *tpattern; 303 matched = match(tpattern, strlen(tpattern), line, line_len, sp, ep);
|
| H A D | funcs.h | 263 public int match_pattern LESSPARAMS ((PATTERN_TYPE pattern, char *tpattern, char *line, int line_le…
|