Searched refs:parse_opt_ctx_t (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | parse-options.c | 18 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() 35 static int get_value(struct parse_opt_ctx_t *p, in get_value() 225 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() 236 static int parse_long_opt(struct parse_opt_ctx_t *p, const char *arg, in parse_long_opt() 360 void parse_options_start(struct parse_opt_ctx_t *ctx, in parse_options_start() 377 int parse_options_step(struct parse_opt_ctx_t *ctx, in parse_options_step() 487 int parse_options_end(struct parse_opt_ctx_t *ctx) in parse_options_end() 497 struct parse_opt_ctx_t ctx; in parse_options_subcommand()
|
D | parse-options.h | 175 struct parse_opt_ctx_t { struct 189 extern void parse_options_start(struct parse_opt_ctx_t *ctx, argument 192 extern int parse_options_step(struct parse_opt_ctx_t *ctx, 196 extern int parse_options_end(struct parse_opt_ctx_t *ctx);
|