Searched refs:arg_def (Results 1 – 2 of 2) sorted by relevance
25 const struct arg_def *def;34 typedef struct arg_def { struct46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv); argument48 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
37 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { in arg_match()101 void arg_show_usage(FILE *fp, const struct arg_def *const *defs) { in arg_show_usage()105 const struct arg_def *def = *defs; in arg_show_usage()