Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c4118 static int input_from_pipe; variable
4160 input_from_pipe = 0;
4260 input_from_pipe = 1;
4282 input_from_pipe = 0;
5205 if (input_from_pipe)
5302 save_input_from_pipe = input_from_pipe;
5327 input_from_pipe = save_input_from_pipe;
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c4374 static int input_from_pipe; variable
4417 input_from_pipe = 0; in do_spec_2()
4624 input_from_pipe = 1; in do_spec_1()
4645 input_from_pipe = 0; in do_spec_1()
5437 save_input_from_pipe = input_from_pipe; in eval_spec_function()
5462 input_from_pipe = save_input_from_pipe; in eval_spec_function()