Home
last modified time | relevance | path

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

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