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

/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dgrep.c806 int not_text; local
852 not_text = (((binary_files == BINARY_BINARY_FILES && !out_quiet)
855 if (not_text && binary_files == WITHOUT_MATCH_BINARY_FILES)
857 done_on_match += not_text;
858 out_quiet += not_text;
934 done_on_match -= not_text;
935 out_quiet -= not_text;
936 if ((not_text & ~out_quiet) && nlines != 0)

Completed in 105 milliseconds