HomeSort by: relevance | last modified time | path
    Searched defs:term_string_buffer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
terminal.c 84 static char *term_string_buffer = NULL; variable
533 if (!term_string_buffer)
534 term_string_buffer = xmalloc (2048);
539 buffer = term_string_buffer;
  /src/external/gpl3/gdb/dist/readline/readline/
terminal.c 100 static char *term_string_buffer = (char *)NULL; variable
253 values of $LINES and $COLUMNS. The tests for TERM_STRING_BUFFER being
302 if (_rl_screenwidth <= 0 && term_string_buffer)
321 if (_rl_screenheight <= 0 && term_string_buffer)
515 if (term_string_buffer == 0)
516 term_string_buffer = (char *)xmalloc(2032);
521 buffer = term_string_buffer;
528 FREE (term_string_buffer);
530 buffer = term_buffer = term_string_buffer = (char *)NULL;
  /src/external/gpl3/gdb.old/dist/readline/readline/
terminal.c 100 static char *term_string_buffer = (char *)NULL; variable
253 values of $LINES and $COLUMNS. The tests for TERM_STRING_BUFFER being
302 if (_rl_screenwidth <= 0 && term_string_buffer)
321 if (_rl_screenheight <= 0 && term_string_buffer)
515 if (term_string_buffer == 0)
516 term_string_buffer = (char *)xmalloc(2032);
521 buffer = term_string_buffer;
528 FREE (term_string_buffer);
530 buffer = term_buffer = term_string_buffer = (char *)NULL;

Completed in 47 milliseconds