Home
last modified time | relevance | path

Searched refs:command_name_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-main/
Dcli.c258 const char *command_name_p, /**< command name if available */ in cli_opt_usage() argument
266 if (command_name_p != NULL) in cli_opt_usage()
268 int command_length = (int) strlen (command_name_p); in cli_opt_usage()
277 printf (" %s", command_name_p); in cli_opt_usage()
383 const char *command_name_p, /**< command name if available */ in cli_help() argument
386 cli_opt_usage (prog_name_p, command_name_p, options_p); in cli_help()
Dcli.h74 void cli_help (const char *prog_name_p, const char *command_name_p, const cli_opt_t *options_p);