Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libreadline/
H A Dterminal.c77 static char *term_string_buffer = (char *)NULL; variable
213 if (_rl_screenwidth <= 0 && term_string_buffer)
226 if (_rl_screenheight <= 0 && term_string_buffer)
382 if (term_string_buffer == 0)
383 term_string_buffer = (char *)xmalloc(2032);
388 buffer = term_string_buffer;
395 FREE (term_string_buffer);
397 buffer = term_buffer = term_string_buffer = (char *)NULL;
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dterminal.c81 static char *term_string_buffer = NULL; variable
529 if (!term_string_buffer) in terminal_initialize_terminal()
530 term_string_buffer = xmalloc (2048); in terminal_initialize_terminal()
535 buffer = term_string_buffer; in terminal_initialize_terminal()