Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c4844 static unsigned char info_input_buffer[MAX_INFO_INPUT_BUFFERING]; variable
4858 info_input_buffer[push_index++] = key; in info_push_typeahead()
4859 if ((unsigned int) push_index >= sizeof (info_input_buffer)) in info_push_typeahead()
4871 return (sizeof (info_input_buffer) - (push_index - pop_index)); in info_input_buffer_space_available()
4883 *key = info_input_buffer[pop_index++]; in info_get_key_from_typeahead()
4885 if ((unsigned int) pop_index >= sizeof (info_input_buffer)) in info_get_key_from_typeahead()