Searched refs:instream (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | top.c | 97 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 …]
|
| D | event-top.c | 413 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 …]
|
| D | top.h | 28 extern FILE *instream;
|
| D | main.c | 104 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()
|
| D | tracepoint.c | 814 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()
|
| D | ChangeLog-1990 | 2192 * main.c (gdb_readline): If instream == 0, read from stdin. 2195 feof (instream).
|
| D | ChangeLog-1996 | 3025 (command_loop): Check for non-NULL instream before looping. 5014 user-defined command sometimes leaves instream NULL and causes a
|
| D | ChangeLog-3.x | 3632 (execute_command): Set instream to null before executing
|
| D | ChangeLog-1999 | 5673 variable input_fd, use `fileno (instream)' instead. 5987 (instream): Remove extern declaration.
|
| D | ChangeLog-1998 | 3014 * remote-nindy.c (instream): Change decl to FILE.
|
| D | ChangeLog-2000 | 6539 * event-top.c (_initialize_event_loop): If instream is not
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/cli/ |
| D | cli-script.c | 275 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/ |
| D | mi-interp.c | 295 mi_execute_command (cmd, stdin == instream); in mi_execute_command_wrapper()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libio/ |
| D | ChangeLog | 1166 * indstream.h, instream.cc (indirectbuf::uflow): New method.
|