Searched refs:parse_opt_ctx_t (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/tools/perf/util/ |
D | parse-options.c | 17 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() 34 static int get_value(struct parse_opt_ctx_t *p, in get_value() 186 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() 197 static int parse_long_opt(struct parse_opt_ctx_t *p, const char *arg, in parse_long_opt() 302 void parse_options_start(struct parse_opt_ctx_t *ctx, in parse_options_start() 319 int parse_options_step(struct parse_opt_ctx_t *ctx, in parse_options_step() 404 int parse_options_end(struct parse_opt_ctx_t *ctx) in parse_options_end() 414 struct parse_opt_ctx_t ctx; in parse_options()
|
D | parse-options.h | 151 struct parse_opt_ctx_t { struct 162 extern void parse_options_start(struct parse_opt_ctx_t *ctx, argument 165 extern int parse_options_step(struct parse_opt_ctx_t *ctx, 169 extern int parse_options_end(struct parse_opt_ctx_t *ctx);
|