Home
last modified time | relevance | path

Searched refs:command_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-main/
H A Dmain-unix-snapshot.c832 const char *command_p = cli_consume_string (&cli_state); in main() local
839 if (!strcmp ("merge", command_p)) in main()
843 else if (!strcmp ("litdump", command_p)) in main()
847 else if (!strcmp ("generate", command_p)) in main()
852 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: unknown command: %s\n\n", command_p); in main()

Completed in 2 milliseconds