Searched refs:mux_help (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqemu-char.c326 static const char * const mux_help[] = { variable
353 for (i = 0; mux_help[i] != NULL; i++) {
354 for (j=0; mux_help[i][j] != '\0'; j++) {
355 if (mux_help[i][j] == '%')
358 chr->chr_write(chr, (uint8_t *)&mux_help[i][j], 1);

Completed in 1410 milliseconds