Home
last modified time | relevance | path

Searched refs:pipe_command (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/groff/src/roff/troff/
Dnode.h655 extern char *pipe_command;
Dinput.cpp89 char *pipe_command = 0; variable
6869 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()
Dnode.cpp1606 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()
/freebsd-9-stable/contrib/groff/
DChangeLog.115890 * troff/node.h: Conditionalize pipe_command on POPEN_MISSING.
891 * troff/input.cc (pipe_command): Give an error if POPEN_MISSING.