| plan 9 kernel history: overview | file list | diff list |
1991/0328/port/stream.c (diff list | history)
| 1991/0328/sys/src/9/port/stream.c:712,717 – 1991/0401/sys/src/9/port/stream.c:712,719 (short | long | prev | next) | ||
| 1990/0227 | return 0; else bp->rptr += len; | |
| 1991/0401 | while(*bp->rptr==' ' && bp->wptr>bp->rptr) bp->rptr++; | |
| 1990/0227 | return 1; } return 0; | |