Home
last modified time | relevance | path

Searched refs:arg_def (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/
Dargs.h24 const struct arg_def *def;
34 typedef struct arg_def { struct
49 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv); argument
51 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
Dargs.c36 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()