Searched defs:outfn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c109 static int outfn = 0; variable
242 outfn = 1;
430 (rflag && outfn))))
457 if (Hflag || (!hflag && (nfile > 1 || (rflag && outfn)))) {
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c102 static uchar_t outfn; /* Put out file name */ variable
373 outfn = 1; /* Print filename on match line */
399 outfn = 1; /* Print filename */
866 if (outfn && !rflag) {
1136 if (Hflag || outfn) {
1163 if (Hflag || outfn) {

Completed in 46 milliseconds