Lines Matching refs:used
23 Don't delete temporary files used for communication between
28 @var{pname} is the name of program to be executed, used in error
96 @var{outname} is used to set the name of the file to use for standard
97 output. There are two cases in which no output file will be used:
129 case, if @var{outname} is not @code{NULL}, it is used as the output
227 Returns a @code{FILE} pointer which may be used to read the standard
228 output of the last program in the pipeline. When this is used,
229 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After
240 Returns a @code{FILE} pointer which may be used to read the standard
241 error of the last program in the pipeline. When this is used,
242 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After