Searched refs:term_string_buffer (Results 1 – 2 of 2) sorted by relevance
77 static char *term_string_buffer = (char *)NULL; variable213 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;
81 static char *term_string_buffer = NULL; variable529 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()