Searched refs:linebuffer (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | event-top.c | 150 char *linebuffer; member 600 static char *linebuffer = 0; in command_line_handler() local 619 if (linebuffer == 0) in command_line_handler() 625 p = linebuffer; in command_line_handler() 629 strcpy (linebuffer, readline_input_state.linebuffer); in command_line_handler() 669 p += nline - linebuffer; in command_line_handler() 670 linebuffer = nline; in command_line_handler() 684 readline_input_state.linebuffer = savestring (linebuffer, in command_line_handler() 740 linebuffer = (char *) xrealloc (linebuffer, linelength); in command_line_handler() 743 p = linebuffer + strlen (linebuffer); in command_line_handler() [all …]
|
| H A D | top.c | 1163 static char *linebuffer = 0; in command_line_input() local 1189 if (linebuffer == 0) in command_line_input() 1195 p = linebuffer; in command_line_input() 1266 p += nline - linebuffer; in command_line_input() 1267 linebuffer = nline; in command_line_input() 1329 linebuffer = (char *) xrealloc (linebuffer, linelength); in command_line_input() 1332 p = linebuffer + strlen (linebuffer); in command_line_input() 1340 if (repeat && p == linebuffer) in command_line_input() 1351 add_history (linebuffer); in command_line_input() 1370 strcpy (line, linebuffer); in command_line_input() [all …]
|
| H A D | utils.c | 2019 if (linebuffer == 0) in fputs_maybe_filtered() 2026 fputs_unfiltered (linebuffer, stream); in fputs_maybe_filtered() 2034 lineptr = linebuffer; in fputs_maybe_filtered() 2117 fputs_maybe_filtered (linebuffer, stream, 1); in fputs_filtered() 2259 char *linebuffer; in vfprintf_maybe_filtered() local 2262 xvasprintf (&linebuffer, format, args); in vfprintf_maybe_filtered() 2263 old_cleanups = make_cleanup (xfree, linebuffer); in vfprintf_maybe_filtered() 2278 char *linebuffer; in vfprintf_unfiltered() local 2281 xvasprintf (&linebuffer, format, args); in vfprintf_unfiltered() 2282 old_cleanups = make_cleanup (xfree, linebuffer); in vfprintf_unfiltered() [all …]
|
| H A D | ui-file.c | 489 stdio_file_fputs (const char *linebuffer, struct ui_file *file) in stdio_file_fputs() argument 495 fputs (linebuffer, stdio->file); in stdio_file_fputs() 599 tee_file_fputs (const char *linebuffer, struct ui_file *file) in tee_file_fputs() argument 605 tee->one->to_fputs (linebuffer, tee->one); in tee_file_fputs() 606 tee->two->to_fputs (linebuffer, tee->two); in tee_file_fputs()
|
| /freebsd-12.1/contrib/gdb/gdb/tui/ |
| H A D | tui-file.c | 167 tui_file_fputs (const char *linebuffer, struct ui_file *file) in tui_file_fputs() argument 173 tui_file_adjust_strbuf (strlen (linebuffer), file); in tui_file_fputs() 174 strcat (stream->ts_strbuf, linebuffer); in tui_file_fputs() 178 tui_puts (linebuffer); in tui_file_fputs()
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-2 | 309 Symbol linebuffer is in static storage at address 0x150a18, length 4.
|
| H A D | gdb.texinfo | 9225 Symbol linebuffer is in static storage at address 0x150a18, length 4.
|