HomeSort by: relevance | last modified time | path
    Searched refs:BINFILE_BIN (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/grep/
grep.h 60 #define BINFILE_BIN 0
grep.c 123 int binbehave = BINFILE_BIN; /* -aIU: handling of binary files */
552 binbehave = BINFILE_BIN;
579 binbehave = BINFILE_BIN;
util.c 269 binbehave == BINFILE_BIN && f->binary && !qflag)
361 if (c && binbehave == BINFILE_BIN && nottext)

Completed in 12 milliseconds