Home
last modified time | relevance | path

Searched refs:tpattern (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/less/
H A Dpattern.c286 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 Dfuncs.h263 public int match_pattern LESSPARAMS ((PATTERN_TYPE pattern, char *tpattern, char *line, int line_le…