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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c522 static int no_filenames; /* Suppress file names. */ variable
1092 out_file += !no_filenames;
1103 out_file -= !no_filenames;
1564 no_filenames = 1;
1827 if ((argc - optind > 1 && !no_filenames) || with_filenames)

Completed in 102 milliseconds