Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/readline/
H A Dterminal.c100 static char *term_string_buffer = (char *)NULL; variable
277 if (_rl_screenwidth <= 0 && term_string_buffer)
296 if (_rl_screenheight <= 0 && term_string_buffer)
473 if (term_string_buffer == 0)
474 term_string_buffer = (char *)xmalloc(2032);
479 buffer = term_string_buffer;
486 FREE (term_string_buffer);
488 buffer = term_buffer = term_string_buffer = (char *)NULL;