Lines Matching refs:obj
34 @deftypefn Extension {const char *} pex_run (struct pex_obj *@var{obj}, @
42 @var{obj} is returned by a previous call to @code{pex_init}.
56 @var{pex_run} may no longer be called with the same @var{obj}.
145 @deftypefn Extension {const char *} pex_run_in_environment (struct pex_obj *@var{obj}, @
161 @deftypefn Extension {FILE *} pex_input_file (struct pex_obj *@var{obj}, @
169 @var{in_name}, @var{obj} and the @code{PEX_SUFFIX} bit in @var{flags}.
179 @deftypefn Extension {FILE *} pex_input_pipe (struct pex_obj *@var{obj}, @
185 that returned @var{obj}.
224 @deftypefn Extension {FILE *} pex_read_output (struct pex_obj *@var{obj}, @
231 @var{obj}. @var{binary} should be non-zero if the file should be
237 @deftypefn Extension {FILE *} pex_read_err (struct pex_obj *@var{obj}, @
244 @var{obj}. @var{binary} should be non-zero if the file should be
251 @deftypefn Extension int pex_get_status (struct pex_obj *@var{obj}, @
254 Returns the exit status of all programs run using @var{obj}.
261 @deftypefn Extension int pex_get_times (struct pex_obj *@var{obj}, @
265 @var{obj}. @var{count} is the number of results expected. The
278 @deftypefn Extension void pex_free (struct pex_obj @var{obj})
280 Clean up and free all data associated with @var{obj}. If you have not