HomeSort by relevance Sort by last modified time
    Searched refs:arg_def (Results 1 - 2 of 2) sorted by null

  /external/libvpx/
args.h 22 const struct arg_def *def;
32 typedef struct arg_def struct
40 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL}
45 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
47 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
args.c 40 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv)
112 void arg_show_usage(FILE *fp, const struct arg_def *const *defs)
118 const struct arg_def *def = *defs;

Completed in 133 milliseconds