Searched refs:instream (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | top.c | 97 FILE *instream; variable 638 instream = stream; in do_restore_instream_cleanup() 647 cleanups = make_cleanup (do_restore_instream_cleanup, instream); in read_command_file() 648 instream = stream; in read_command_file() 795 while (instream && !feof (instream)) in command_loop() 797 if (window_hook && instream == stdin) in command_loop() 798 (*window_hook) (instream, get_prompt ()); in command_loop() 801 if (instream == stdin && stdin_is_tty) in command_loop() 806 command = command_line_input (instream == stdin ? in command_loop() 808 instream == stdin, "prompt"); in command_loop() [all …]
|
| HD | 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 …]
|
| HD | top.h | 28 extern FILE *instream;
|
| HD | main.c | 110 quit_command (NULL, instream == stdin); in captured_command_loop() 189 instream = stdin; in captured_main() 786 quit_command ((char *) 0, instream == stdin); in captured_main()
|
| HD | tracepoint.c | 815 extern FILE *instream; in read_actions() 845 if (readline_hook && instream == NULL) in read_actions() 847 else if (instream == stdin && ISATTY (instream)) in read_actions()
|
| /NextBSD/contrib/gdb/gdb/cli/ |
| HD | 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 && readline_hook != NULL)) in read_next_line() 699 p = command_line_input (prompt_ptr, instream == stdin, "commands"); in read_next_line()
|
| /NextBSD/contrib/gdb/gdb/mi/ |
| HD | mi-interp.c | 303 mi_execute_command (cmd, stdin == instream); in mi_execute_command_wrapper()
|
| /NextBSD/sys/arm/conf/ |
| HD | mach-types | 1227 instream MACH_INSTREAM INSTREAM 1222
|