Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-main/
H A Dcli.c65 cli_init (const cli_opt_t *options_p, /**< array of option definitions, terminated by CLI_OPT_DEFAULT */ in cli_init()
84 const cli_opt_t *options_p) /**< array of option definitions, terminated by CLI_OPT_DEFAULT */ in cli_change_opts()
117 return CLI_OPT_DEFAULT; in cli_consume_option()
124 for (const cli_opt_t *opt = state_p->opts; opt->id != CLI_OPT_DEFAULT; opt++) in cli_consume_option()
140 for (const cli_opt_t *opt = state_p->opts; opt->id != CLI_OPT_DEFAULT; opt++) in cli_consume_option()
259 const cli_opt_t *opts_p) /**< array of command line option definitions, terminated by CLI_OPT_DEFAULT */ in cli_opt_usage()
280 while (current_opt_p->id != CLI_OPT_DEFAULT) in cli_opt_usage()
384 const cli_opt_t *options_p) /**< array of command line option definitions, terminated by CLI_OPT_DEFAULT */ in cli_help()
390 while (opt_p->id != CLI_OPT_DEFAULT) in cli_help()
H A Dmain-unix-snapshot.c238 CLI_OPT_DEF (.id = CLI_OPT_DEFAULT, .meta = "FILE",
303 case CLI_OPT_DEFAULT: in process_generate()
470 CLI_OPT_DEF (.id = CLI_OPT_DEFAULT, .meta = "FILE(S)",
526 case CLI_OPT_DEFAULT: in process_literal_dump()
658 CLI_OPT_DEF (.id = CLI_OPT_DEFAULT, .meta = "FILE",
694 case CLI_OPT_DEFAULT: in process_merge()
791 CLI_OPT_DEF (.id = CLI_OPT_DEFAULT, .meta = "COMMAND",
830 case CLI_OPT_DEFAULT: in main()
H A Dcli.h26 int id; /**< unique ID of the option (CLI_OPT_DEFAULT, or anything >= 0) */
36 #define CLI_OPT_DEFAULT -1 macro
H A Dmain-unix.c375 CLI_OPT_DEF (.id = CLI_OPT_DEFAULT, .meta = "FILE",
653 case CLI_OPT_DEFAULT: in main()

Completed in 4 milliseconds