Searched refs:cli_state_p (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/jerry-main/ |
H A D | main-unix-snapshot.c | 112 check_cli_error (const cli_state_t *const cli_state_p) in check_cli_error() argument 114 if (cli_state_p->error != NULL) in check_cli_error() 116 if (cli_state_p->arg != NULL) in check_cli_error() 118 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s %s\n", cli_state_p->error, cli_state_p->arg); in check_cli_error() 122 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s\n", cli_state_p->error); in check_cli_error() 248 process_generate (cli_state_t *cli_state_p, /**< cli state */ in process_generate() argument 263 cli_change_opts (cli_state_p, generate_opts); in process_generate() 265 for (int id = cli_consume_option (cli_state_p); id != CLI_OPT_END; id = cli_consume_option (cli_state_p)) in process_generate() 480 process_literal_dump(cli_state_t *cli_state_p, int argc, char *prog_name_p) process_literal_dump() argument 668 process_merge(cli_state_t *cli_state_p, int argc, char *prog_name_p) process_merge() argument [all...] |
Completed in 1 milliseconds