Searched refs:child_stdout (Results 1 – 1 of 1) sorted by relevance
1776 BPTR child_stdout; in func_shell() local1797 child_stdout = Open (tmp_output, MODE_NEWFILE); in func_shell()1815 Execute (buffer, NULL, child_stdout); in func_shell()1818 Close (child_stdout); in func_shell()1820 child_stdout = Open (tmp_output, MODE_OLDFILE); in func_shell()1832 cc = Read (child_stdout, &buffer[i], maxlen - i); in func_shell()1837 Close (child_stdout); in func_shell()