Searched refs:arg_def (Results 1 – 2 of 2) sorted by relevance
24 const struct arg_def *def;34 typedef struct arg_def { struct49 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv); argument51 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
36 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { in arg_match()90 void arg_show_usage(FILE *fp, const struct arg_def *const *defs) { in arg_show_usage()94 const struct arg_def *def = *defs; in arg_show_usage()