Lines Matching defs:pex_obj
53 struct pex_obj struct
56 int flags;
58 const char *pname;
60 const char *tempbase;
62 int next_input;
64 char *next_input_name;
66 int next_input_name_allocated;
68 int stderr_pipe;
70 int count;
72 pid_t *children;
74 int *status;
76 struct pex_time *time;
78 int number_waited;
102 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); argument