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

/freebsd-11-stable/usr.bin/grep/
H A Dutil.c290 bool line_matched; local
361 line_matched = procline(&pc) == !vflag;
362 if (line_matched)
366 if (!procmatches(&mc, &pc, line_matched))

Completed in 41 milliseconds