plan9fox/sys/src/cmd/grep
Alex Musolino 47e3c088c9 grep: fix handling of -b flag
Output buffering is automatically disabled when reading from stdin.
In this case, supplying the -b flag ought to be redundant.  However,
since Bflag was being XORed into the flag set - rather than simply
ORed - supplying -b would actually enable output buffering.
2020-03-26 18:24:39 +10:30
..
comp.c grep: fix tab2, use int instead of Rune to be compatible to 16bit rune system 2014-03-30 18:11:51 +02:00
grep.h make all the commands agnostic about Rune width. (from sources) 2013-04-24 20:13:18 +02:00
grep.y
main.c grep: fix handling of -b flag 2020-03-26 18:24:39 +10:30
mkfile
sub.c grep: error if sbrk fails 2019-11-21 16:44:41 +00:00