Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-main/
Dcli.c65 cli_init (const cli_opt_t *options_p, /**< array of option definitions, terminated by CLI_OPT_DEFAU… in cli_init() argument
75 .opts = options_p in cli_init()
84 … const cli_opt_t *options_p) /**< array of option definitions, terminated by CLI_OPT_DEFAULT */ in cli_change_opts() argument
86 state_p->opts = options_p; in cli_change_opts()
384 …const cli_opt_t *options_p) /**< array of command line option definitions, terminated by CLI_OPT_D… in cli_help() argument
386 cli_opt_usage (prog_name_p, command_name_p, options_p); in cli_help()
388 const cli_opt_t *opt_p = options_p; in cli_help()
Dcli.h69 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);