Searched refs:help_type_names (Results 1 – 2 of 2) sorted by relevance
67 static const char * const help_type_names[] = { variable3201 for (i = 2; help_type_names[i]; i++) { in boot_help_texts()3202 if (strcmp(gen_str, help_type_names[i]) == 0) { in boot_help_texts()