Lines Matching defs:argp_state
313 struct argp_state struct
316 __const struct argp *root_argp;
319 int argc;
320 char **argv;
323 int next;
326 unsigned flags;
332 unsigned arg_num;
337 int quoted;
340 void *input;
343 void **child_inputs;
346 void *hook;
350 char *name;
353 FILE *err_stream; /* For errors; initialized to stderr. */
354 FILE *out_stream; /* For information; initialized to stdout. */
356 void *pstate; /* Private, for use by argp. */