diff options
author | rsc <devnull@localhost> | 2007-01-12 16:32:11 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2007-01-12 16:32:11 +0000 |
commit | 5369e5ea0cfa4207fa3fce08165a7bd82118a416 (patch) | |
tree | 2bef2d026fce9e4ee01e3eee47505f154ba5cdb8 | |
parent | 7103ceb031c14761d31d8f343e8978c6fec248d6 (diff) | |
download | plan9port-5369e5ea0cfa4207fa3fce08165a7bd82118a416.tar.gz plan9port-5369e5ea0cfa4207fa3fce08165a7bd82118a416.tar.bz2 plan9port-5369e5ea0cfa4207fa3fce08165a7bd82118a416.zip |
change name
-rw-r--r-- | src/cmd/sam/rasp.c | 4 | ||||
-rw-r--r-- | src/cmd/sam/sam.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/sam/rasp.c b/src/cmd/sam/rasp.c index 5a691129..0bce4141 100644 --- a/src/cmd/sam/rasp.c +++ b/src/cmd/sam/rasp.c @@ -49,7 +49,7 @@ raspstart(File *f) return; grown = 0; shrunk = 0; - noflush = 1; + outbuffered = 1; } void @@ -72,7 +72,7 @@ raspdone(File *f, int toterm) if(toterm) outTs(Hcheck0, f->tag); outflush(); - noflush = 0; + outbuffered = 0; if(f == cmd){ cmdpt += cmdptadv; cmdptadv = 0; diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h index 4f2f2cfd..04b3e117 100644 --- a/src/cmd/sam/sam.h +++ b/src/cmd/sam/sam.h @@ -390,7 +390,7 @@ extern int bpipeok; extern int panicking; extern Rune empty[]; extern int termlocked; -extern int noflush; +extern int outbuffered; #include "mesg.h" |