Searched refs:instream (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dfreopen2.c12 FILE* instream; local
26 instream = freopen(fname, "r", stdin);
27 if (instream == NULL) {
32 c1 = getc(instream);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dfreopen2.c12 FILE* instream; local
26 instream = freopen(fname, "r", stdin);
27 if (instream == NULL) {
32 c1 = getc(instream);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtop.h60 ui (FILE *instream, FILE *outstream, FILE *errstream);
116 FILE *instream; member in struct:ui
H A Devent-top.c245 NOTE: this operates on input_fd, not instream. If we are reading
246 commands from a file, instream will point to the file. However, we
580 if (ui->instream == ui->stdin_stream)
590 execute_command (command, ui->instream == ui->stdin_stream);
653 int from_tty = ui->instream == ui->stdin_stream;
803 if (!done_once && !ISATTY (ui->instream))
805 setbuf (ui->instream, NULL);
821 c = fgetc (ui->instream != NULL ? ui->instream : ui->stdin_stream);
1219 (gdb_rl_callback_read_char), and hook up instream t
[all...]
H A Dtop.c288 instream (instream_),
291 input_fd (fileno (instream)),
292 input_interactive_p (ISATTY (instream)),
295 m_gdb_stdin (new stdio_file (instream)),
435 = make_scoped_restore (&ui->instream, stream);
437 /* Read commands from `instream' and execute them until end of file
438 or error reading instream. */
440 while (ui->instream != NULL && !feof (ui->instream))
761 if (ui->instream
[all...]
H A Dmain.c421 quit_command (NULL, ui->instream == ui->stdin_stream);
H A Dutils.c824 if (current_ui->instream != current_ui->stdin_stream
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtop.h58 ui (FILE *instream, FILE *outstream, FILE *errstream);
114 FILE *instream; member in struct:ui
H A Devent-top.c272 NOTE: this operates on input_fd, not instream. If we are reading
273 commands from a file, instream will point to the file. However, we
608 if (ui->instream == ui->stdin_stream)
618 execute_command (command, ui->instream == ui->stdin_stream);
676 int from_tty = ui->instream == ui->stdin_stream;
875 FILE *stream = ui->instream != nullptr ? ui->instream : ui->stdin_stream;
1337 (gdb_rl_callback_read_char), and hook up instream to the event
1349 if (ui->instream != nullptr && ISATTY (ui->instream)
[all...]
H A Dtop.c300 instream (instream_),
303 input_fd (fileno (instream)),
304 m_input_interactive_p (ISATTY (instream)),
306 m_gdb_stdin (new stdio_file (instream)),
445 = make_scoped_restore (&ui->instream, stream);
447 /* Read commands from `instream' and execute them until end of file
448 or error reading instream. */
450 while (ui->instream != NULL && !feof (ui->instream))
823 if (ui->instream
[all...]
H A Dmain.c476 quit_command (NULL, ui->instream == ui->stdin_stream);
H A Dutils.c885 if (current_ui->instream != current_ui->stdin_stream
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-script.c396 /* Set the instream to 0, indicating execution of a
399 = make_scoped_restore (&current_ui->instream, nullptr);
905 int from_tty = ui->instream == ui->stdin_stream;
912 || (ui->instream == 0 && deprecated_readline_hook != NULL))
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-script.c456 /* Set the instream to nullptr, indicating execution of a
459 = make_scoped_restore (&current_ui->instream, nullptr);
904 int from_tty = ui->instream == ui->stdin_stream;
911 || (ui->instream == 0 && deprecated_readline_hook != NULL))
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d302 alias curl_seek_callback = int function(void *instream, curl_off_t offset, int origin);
317 alias curl_read_callback = size_t function(char *buffer, size_t size, size_t nitems, void *instream);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d302 alias curl_seek_callback = int function(void *instream, curl_off_t offset, int origin);
317 alias curl_read_callback = size_t function(char *buffer, size_t size, size_t nitems, void *instream);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-interp.c275 mi_execute_command (cmd, ui->instream == ui->stdin_stream);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpython.c335 err = PyRun_InteractiveLoop (ui->instream, "<stdin>");
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-interp.c281 mi_execute_command (cmd, ui->instream == ui->stdin_stream);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpython.c347 err = PyRun_InteractiveLoop (ui->instream, "<stdin>");

Completed in 507 milliseconds