Searched hist:"5183 ddf2ed56519b669320095ed00528a71a9393" (Results 1 – 3 of 3) sorted by relevance
/freebsd/bin/sh/ |
H A D | output.h | diff 5183ddf2ed56519b669320095ed00528a71a9393 Tue May 16 23:54:51 CEST 2017 Jilles Tjoelker <jilles@FreeBSD.org> sh: Simplify output buffering.
Similarly to how STPUTC was changed, change struct output to store the pointer just past the end of the available space instead of the size of the available space, so after writing a character it is only necessary to increment a pointer and not to decrement a counter.
|
H A D | output.c | diff 5183ddf2ed56519b669320095ed00528a71a9393 Tue May 16 23:54:51 CEST 2017 Jilles Tjoelker <jilles@FreeBSD.org> sh: Simplify output buffering.
Similarly to how STPUTC was changed, change struct output to store the pointer just past the end of the available space instead of the size of the available space, so after writing a character it is only necessary to increment a pointer and not to decrement a counter.
|
H A D | eval.c | diff 5183ddf2ed56519b669320095ed00528a71a9393 Tue May 16 23:54:51 CEST 2017 Jilles Tjoelker <jilles@FreeBSD.org> sh: Simplify output buffering.
Similarly to how STPUTC was changed, change struct output to store the pointer just past the end of the available space instead of the size of the available space, so after writing a character it is only necessary to increment a pointer and not to decrement a counter.
|