Searched refs:cli_state_t (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-main/ |
D | cli.h | 58 } cli_state_t; typedef 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); 71 int cli_consume_option (cli_state_t *state_p); 72 const char * cli_consume_string (cli_state_t *state_p); 73 int cli_consume_int (cli_state_t *state_p);
|
D | cli.c | 64 cli_state_t 69 return (cli_state_t) in cli_init() 83 cli_change_opts (cli_state_t *state_p, /**< state of the command line option processor */ in cli_change_opts() 98 cli_consume_option (cli_state_t *state_p) /**< state of the command line option processor */ in cli_consume_option() 163 cli_consume_string (cli_state_t *state_p) /**< state of the command line option processor */ in cli_consume_string() 193 cli_consume_int (cli_state_t *state_p) /**< state of the command line option processor */ in cli_consume_int()
|
D | main-unix-snapshot.c | 112 check_cli_error (const cli_state_t *const cli_state_p) in check_cli_error() 248 process_generate (cli_state_t *cli_state_p, /**< cli state */ in process_generate() 480 process_literal_dump (cli_state_t *cli_state_p, /**< cli state */ in process_literal_dump() 668 process_merge (cli_state_t *cli_state_p, /**< cli state */ in process_merge() 819 cli_state_t cli_state = cli_init (main_opts, argc - 1, argv + 1); in main()
|
D | main-unix.c | 505 cli_state_t cli_state = cli_init (main_opts, argc - 1, argv + 1); in main()
|