Searched refs:line_match (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/less-25/less/
H A Dsearch.c1056 int line_match; local
1146 line_match = match_pattern(cline, line_len, &sp, &ep, 0);
1147 line_match = (!(search_type & SRCH_NO_MATCH) && line_match) ||
1148 ((search_type & SRCH_NO_MATCH) && !line_match);
1149 if (!line_match)
1165 if (line_match)
1183 if (line_match)

Completed in 119 milliseconds