Lines Matching defs:_ex
123 struct _ex { struct
124 char **_e_argv; /* argv array */
125 char **_e_orig; /* original strings */
126 int *_e_len; /* allocated length */
127 int _e_pbnum; /* base num. of args. used */
128 int _e_ppos; /* number of arguments used */
129 int _e_pnummax; /* max. number of arguments */
130 int _e_psize; /* number of bytes of args. */
131 int _e_pbsize; /* base num. of bytes of args */
132 int _e_psizemax; /* max num. of bytes of args */
133 struct _plandata *_e_next;/* next F_EXECPLUS in tree */