Home
last modified time | relevance | path

Searched refs:cli_change_opts (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-main/
Dcli.h70 void cli_change_opts (cli_state_t *state_p, const cli_opt_t *options_p);
Dmain-unix-snapshot.c263 cli_change_opts (cli_state_p, generate_opts); in process_generate()
486 cli_change_opts (cli_state_p, literal_dump_opts); in process_literal_dump()
674 cli_change_opts (cli_state_p, merge_opts); in process_merge()
Dcli.c83 cli_change_opts (cli_state_t *state_p, /**< state of the command line option processor */ in cli_change_opts() function