Lines Matching defs:pex_obj
48 struct pex_obj struct
51 int flags;
53 const char *pname;
55 const char *tempbase;
57 int next_input;
59 char *next_input_name;
61 int next_input_name_allocated;
63 int count;
65 long *children;
67 int *status;
69 struct pex_time *time;
93 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); argument