Searched refs:linebuffer (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| 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() 622 linebuffer = (char *) xmalloc (linelength); in command_line_handler() 625 p = linebuffer; in command_line_handler() 629 strcpy (linebuffer, readline_input_state.linebuffer); in command_line_handler() 631 xfree (readline_input_state.linebuffer); in command_line_handler() 665 if (strlen (rl) + 1 + (p - linebuffer) > linelength) in command_line_handler() 667 linelength = strlen (rl) + 1 + (p - linebuffer); in command_line_handler() 668 nline = (char *) xrealloc (linebuffer, linelength); in command_line_handler() [all …]
|
| D | top.c | 1109 static char *linebuffer = 0; in command_line_input() local 1135 if (linebuffer == 0) in command_line_input() 1138 linebuffer = (char *) xmalloc (linelength); in command_line_input() 1141 p = linebuffer; in command_line_input() 1203 if (strlen (rl) + 1 + (p - linebuffer) > linelength) in command_line_input() 1205 linelength = strlen (rl) + 1 + (p - linebuffer); in command_line_input() 1206 nline = (char *) xrealloc (linebuffer, linelength); in command_line_input() 1207 p += nline - linebuffer; in command_line_input() 1208 linebuffer = nline; in command_line_input() 1218 if (p == linebuffer || *(p - 1) != '\\') in command_line_input() [all …]
|
| D | utils.c | 1955 fputs_maybe_filtered (const char *linebuffer, struct ui_file *stream, in fputs_maybe_filtered() argument 1960 if (linebuffer == 0) in fputs_maybe_filtered() 1967 fputs_unfiltered (linebuffer, stream); in fputs_maybe_filtered() 1975 lineptr = linebuffer; in fputs_maybe_filtered() 2056 fputs_filtered (const char *linebuffer, struct ui_file *stream) in fputs_filtered() argument 2058 fputs_maybe_filtered (linebuffer, stream, 1); in fputs_filtered() 2200 char *linebuffer; in vfprintf_maybe_filtered() local 2203 linebuffer = xstrvprintf (format, args); in vfprintf_maybe_filtered() 2204 old_cleanups = make_cleanup (xfree, linebuffer); in vfprintf_maybe_filtered() 2205 fputs_maybe_filtered (linebuffer, stream, filter); in vfprintf_maybe_filtered() [all …]
|
| 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()
|
| /openbsd/src/gnu/usr.bin/texinfo/util/ |
| D | texindex.c | 48 struct linebuffer; 140 long readline (struct linebuffer *linebuffer, FILE *stream); 821 struct linebuffer struct 830 initbuffer (struct linebuffer *linebuffer) in initbuffer() argument 832 linebuffer->size = 200; in initbuffer() 833 linebuffer->buffer = (char *) xmalloc (200); in initbuffer() 840 readline (struct linebuffer *linebuffer, FILE *stream) in readline() argument 842 char *buffer = linebuffer->buffer; in readline() 843 char *p = linebuffer->buffer; in readline() 844 char *end = p + linebuffer->size; in readline() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/tui/ |
| 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()
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | mkisofs.c | 437 char linebuffer[256]; in FDECL1() local 493 while (fgets(linebuffer, sizeof(linebuffer), rcfile)) in FDECL1() 499 pnt = linebuffer; in FDECL1()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | gdb.texinfo | 9576 Symbol linebuffer is in static storage at address 0x150a18, length 4.
|