Searched refs:CLI_SET (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-cli.c | 279 strlcpy(*command, CLI_SET, sizeof(CLI_SET)); /* set */ in expand_aliases() 459 if (strncmp(CLI_SET, command, strlen(command)) == 0) { in autocomplete_command() 460 printf("%s\n", CLI_SET); in autocomplete_command() 461 autocomplete_add_token_to_list(CLI_SET); in autocomplete_command() 557 } else if (strncmp(CLI_SET, command, strlen(command)) == 0) { in autocomplete_module() 567 CLI_SET, current_mode->set_modules->modules[j].name); in autocomplete_module() 672 else if (!strncmp(command, CLI_SET, sizeof(CLI_SET) - 1) && in exec_command() 716 } else if (!strncmp(command, CLI_SET, sizeof(CLI_SET) - 1)) { in exec_command() 717 dprintf("CLI DEBUG exec : %s command detected\n", CLI_SET); in exec_command()
|
D | hdt-cli.h | 47 #define CLI_SET "set" macro
|