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

/freebsd-10.2-release/contrib/libreadline/
H A Dterminal.c96 static char *term_string_buffer = (char *)NULL; variable
269 if (_rl_screenwidth <= 0 && term_string_buffer)
285 if (_rl_screenheight <= 0 && term_string_buffer)
445 if (term_string_buffer == 0)
446 term_string_buffer = (char *)xmalloc(2032);
451 buffer = term_string_buffer;
458 FREE (term_string_buffer);
460 buffer = term_buffer = term_string_buffer = (char *)NULL;
/freebsd-10.2-release/contrib/texinfo/info/
H A Dterminal.c81 static char *term_string_buffer = NULL; variable
530 if (!term_string_buffer)
531 term_string_buffer = xmalloc (2048);
536 buffer = term_string_buffer;

Completed in 43 milliseconds