Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-cli.c279 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()
Dhdt-cli.h47 #define CLI_SET "set" macro