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

/freebsd-current/usr.bin/grep/
H A Dutil.c61 int last_outed; /* Number of lines since last output */ member in struct:mprintc
199 if (!first_match && (!mc->same_file || mc->last_outed > 0))
219 mc->last_outed = 0;
238 * last_outed to signify a gap between context/match.
240 ++mc->last_outed;

Completed in 62 milliseconds