Home
last modified time | relevance | path

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

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