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

/freebsd-current/usr.bin/grep/
H A Dutil.c54 static bool first_match = true; variable
199 if (!first_match && (!mc->same_file || mc->last_outed > 0))
217 first_match = false;
/freebsd-current/contrib/tcsh/
H A Dsh.set.c249 int first_match = 0; local
266 first_match = 1;
270 if (*v && eq(*v, STRml) && !first_match) {
319 if (first_match)

Completed in 89 milliseconds