Home
last modified time | relevance | path

Searched refs:term_escape_char (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-mux.c99 int term_escape_char = 0x01; /* ctrl-a is used for escape */ variable
106 if (term_escape_char > 0 && term_escape_char < 26) { in mux_print_help()
108 snprintf(ebuf, sizeof(ebuf), "C-%c", term_escape_char - 1 + 'a'); in mux_print_help()
112 term_escape_char); in mux_print_help()
151 if (ch == term_escape_char) { in mux_proc_byte()
190 } else if (ch == term_escape_char) { in mux_proc_byte()
/openbmc/qemu/include/chardev/
H A Dchar.h315 extern int term_escape_char;
/openbmc/qemu/system/
H A Dvl.c3112 term_escape_char = strtol(optarg, &r, 0); in qemu_init()