Searched refs:pipe_command (Results 1 – 4 of 4) sorted by relevance
655 extern char *pipe_command;
89 char *pipe_command = 0; variable6869 if (pipe_command) { in pipe_output()6870 char *s = new char[strlen(pipe_command) + strlen(pc) + 1 + 1]; in pipe_output()6871 strcpy(s, pipe_command); in pipe_output()6874 a_delete pipe_command; in pipe_output()6876 pipe_command = s; in pipe_output()6879 pipe_command = pc; in pipe_output()
1606 if (pipe_command) { in real_output_file()1607 if ((fp = popen(pipe_command, POPEN_WT)) != 0) { in real_output_file()1635 pipe_command, in ~real_output_file()1641 pipe_command, exit_status); in ~real_output_file()
890 * troff/node.h: Conditionalize pipe_command on POPEN_MISSING.891 * troff/input.cc (pipe_command): Give an error if POPEN_MISSING.