Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c4841 #define MAX_INFO_INPUT_BUFFERING 512 macro
4844 static unsigned char info_input_buffer[MAX_INFO_INPUT_BUFFERING];
4906 unsigned char input[MAX_INFO_INPUT_BUFFERING]; in info_gather_typeahead()