Home
last modified time | relevance | path

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

/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dmain.c282 FILE *instream; variable
499 instream = stream;
509 cleanups = make_cleanup (source_cleanup, instream);
510 instream = stream;
630 instream = stdin;
967 quit_command ((char *)0, instream == stdin);
992 instream = (FILE *) 0;
1014 register int toplevel = (instream == stdin); in command_loop()
1017 while (!feof(instream)) in command_loop()
1069 c = fgetc (instream ? instream : stdin);
[all …]
H A Dutils.c903 extern FILE *instream;
909 instream = stream;
917 struct cleanup *old_chain = make_cleanup(instream_cleanup, instream); in prompt_for_continue()
920 instream = stdin; in prompt_for_continue()