Searched refs:CLI_SHOW (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-cli.c | 455 if (strncmp(CLI_SHOW, command, strlen(command)) == 0) { in autocomplete_command() 456 printf("%s\n", CLI_SHOW); in autocomplete_command() 457 autocomplete_add_token_to_list(CLI_SHOW); in autocomplete_command() 543 if (strncmp(CLI_SHOW, command, strlen(command)) == 0) { in autocomplete_module() 552 CLI_SHOW, current_mode->show_modules->modules[j].name); in autocomplete_module() 668 else if (!strncmp(command, CLI_SHOW, sizeof(CLI_SHOW) - 1) && in exec_command() 697 if (!strncmp(command, CLI_SHOW, sizeof(CLI_SHOW) - 1)) { in exec_command() 698 dprintf("CLI DEBUG exec: %s command detected\n", CLI_SHOW); in exec_command()
|
D | hdt-cli.h | 46 #define CLI_SHOW "show" macro
|