Home
last modified time | relevance | path

Searched refs:OUTBUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/less/
H A Ddefines.h205 #define OUTBUF_SIZE 1024 /* Output buffer */
215 #define OUTBUF_SIZE 1024 /* Output buffer */
209 #define OUTBUF_SIZE global() macro
/freebsd/contrib/less/
H A Doutput.c86 * issues till the SGR parser is replaced, OUTBUF_SIZE is 8K on Windows.
88 static char obuf[OUTBUF_SIZE]; in win_flush()