Lines Matching defs:pex_obj
54 struct pex_obj struct
57 int flags;
59 const char *pname;
61 const char *tempbase;
63 int next_input;
65 char *next_input_name;
67 int next_input_name_allocated;
69 int stderr_pipe;
71 int count;
73 pid_t *children;
75 int *status;
77 struct pex_time *time;
79 int number_waited;
103 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); argument