Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-cli.c455 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()
Dhdt-cli.h46 #define CLI_SHOW "show" macro