Home
last modified time | relevance | path

Searched refs:cli_opt_t (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-main/
Dcli.h31 } cli_opt_t; typedef
57 const cli_opt_t *opts; /**< options */
69 cli_state_t cli_init (const cli_opt_t *options_p, int argc, char **argv);
70 void cli_change_opts (cli_state_t *state_p, const cli_opt_t *options_p);
74 void cli_help (const char *prog_name_p, const char *command_name_p, const cli_opt_t *options_p);
Dcli.c65 cli_init (const cli_opt_t *options_p, /**< array of option definitions, terminated by CLI_OPT_DEFAU… in cli_init()
84 … const cli_opt_t *options_p) /**< array of option definitions, terminated by CLI_OPT_DEFAULT */ in cli_change_opts()
124 for (const cli_opt_t *opt = state_p->opts; opt->id != CLI_OPT_DEFAULT; opt++) in cli_consume_option()
140 for (const cli_opt_t *opt = state_p->opts; opt->id != CLI_OPT_DEFAULT; opt++) in cli_consume_option()
259 …const cli_opt_t *opts_p) /**< array of command line option definitions, terminated by CLI_OPT_DEFA… in cli_opt_usage()
262 const cli_opt_t *current_opt_p = opts_p; in cli_opt_usage()
384 …const cli_opt_t *options_p) /**< array of command line option definitions, terminated by CLI_OPT_D… in cli_help()
388 const cli_opt_t *opt_p = options_p; in cli_help()
Dmain-unix-snapshot.c222 static const cli_opt_t generate_opts[] =
461 static const cli_opt_t literal_dump_opts[] =
652 static const cli_opt_t merge_opts[] =
787 static const cli_opt_t main_opts[] =
Dmain-unix.c339 static const cli_opt_t main_opts[] =