Searched refs:CLI_OPT_DEFAULT (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-main/ |
D | cli.c | 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() 280 while (current_opt_p->id != CLI_OPT_DEFAULT) in cli_opt_usage() 390 while (opt_p->id != CLI_OPT_DEFAULT) in cli_help()
|
D | main-unix-snapshot.c | 238 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()
|
D | cli.h | 36 #define CLI_OPT_DEFAULT -1 macro
|
D | main-unix.c | 375 CLI_OPT_DEF (.id = CLI_OPT_DEFAULT, .meta = "FILE", 653 case CLI_OPT_DEFAULT: in main()
|