HomeSort by relevance Sort by last modified time
    Searched refs:term_escape_char (Results 1 - 4 of 4) sorted by null

  /external/qemu/
qemu-char.h 110 extern int term_escape_char;
qemu-char.c 337 int term_escape_char = 0x01; /* ctrl-a is used for escape */ variable
344 if (term_escape_char > 0 && term_escape_char < 26) {
346 snprintf(ebuf, sizeof(ebuf), "C-%c", term_escape_char - 1 + 'a');
350 term_escape_char);
373 if (ch == term_escape_char)
407 } else if (ch == term_escape_char) {
    [all...]
vl-android.c     [all...]
vl.c     [all...]

Completed in 152 milliseconds