Home
last modified time | relevance | path

Searched refs:in_buffer_limit (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/indent/
H A Dio.c348 if (p >= in_buffer_limit) { in fill_buffer()
349 int size = (in_buffer_limit - in_buffer) * 2 + 10; in fill_buffer()
356 in_buffer_limit = in_buffer + size - 2; in fill_buffer()
H A Dindent_globs.h121 extern char *in_buffer_limit; /* the end of the input buffer */
H A Dindent.c77 char *in_buffer_limit; /* the end of the input buffer */ variable
241 in_buffer_limit = in_buffer + 8; in main()