Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dtop.c97 FILE *instream; variable
628 instream = stream; in do_restore_instream_cleanup()
637 cleanups = make_cleanup (do_restore_instream_cleanup, instream); in read_command_file()
638 instream = stream; in read_command_file()
785 while (instream && !feof (instream)) in command_loop()
787 if (window_hook && instream == stdin) in command_loop()
788 (*window_hook) (instream, get_prompt ()); in command_loop()
791 if (instream == stdin && stdin_is_tty) in command_loop()
796 command = command_line_input (instream == stdin ? in command_loop()
798 instream == stdin, "prompt"); in command_loop()
[all …]
Devent-top.c413 quit_command ((char *) 0, stdin == instream); in stdin_event_handler()
478 if (instream == stdin && stdin_is_tty) in command_handler()
488 quit_command ((char *) 0, stdin == instream); in command_handler()
500 execute_command (command, instream == stdin); in command_handler()
610 int repeat = (instream == stdin); in command_line_handler()
612 if (annotation_level > 1 && instream == stdin) in command_line_handler()
718 if (history_expansion_p && instream == stdin in command_line_handler()
719 && ISATTY (instream)) in command_line_handler()
769 if (instream == stdin in command_line_handler()
825 if (!done_once && !ISATTY (instream)) in gdb_readline2()
[all …]
Dtop.h28 extern FILE *instream;
Dmain.c104 quit_command (NULL, instream == stdin); in captured_command_loop()
180 instream = stdin; in captured_main()
782 quit_command ((char *) 0, instream == stdin); in captured_main()
Dtracepoint.c814 extern FILE *instream; in read_actions()
839 if (deprecated_readline_hook && instream == NULL) in read_actions()
841 else if (instream == stdin && ISATTY (instream)) in read_actions()
DChangeLog-19902192 * main.c (gdb_readline): If instream == 0, read from stdin.
2195 feof (instream).
DChangeLog-19963025 (command_loop): Check for non-NULL instream before looping.
5014 user-defined command sometimes leaves instream NULL and causes a
DChangeLog-3.x3632 (execute_command): Set instream to null before executing
DChangeLog-19995673 variable input_fd, use `fileno (instream)' instead.
5987 (instream): Remove extern declaration.
DChangeLog-19983014 * remote-nindy.c (instream): Change decl to FILE.
DChangeLog-20006539 * event-top.c (_initialize_event_loop): If instream is not
/openbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-script.c275 old_chain = make_cleanup (do_restore_instream_cleanup, instream); in execute_user_command()
276 instream = (FILE *) 0; in execute_user_command()
688 if (instream == stdin || (instream == 0 && deprecated_readline_hook != NULL)) in read_next_line()
699 p = command_line_input (prompt_ptr, instream == stdin, "commands"); in read_next_line()
/openbsd/src/gnu/usr.bin/binutils/gdb/mi/
Dmi-interp.c295 mi_execute_command (cmd, stdin == instream); in mi_execute_command_wrapper()
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
DChangeLog1166 * indstream.h, instream.cc (indirectbuf::uflow): New method.