Searched refs:mux_help (Results 1 – 1 of 1) sorted by relevance
2043 static const char * const mux_help[] = { variable2070 for (i = 0; mux_help[i] != NULL; i++) { in mux_print_help()2071 for (j=0; mux_help[i][j] != '\0'; j++) { in mux_print_help()2072 if (mux_help[i][j] == '%') in mux_print_help()2075 chr->chr_write(chr, (uint8_t *)&mux_help[i][j], 1); in mux_print_help()