Searched refs:ESC (Results 1 – 6 of 6) sorted by relevance
57 #define ESC "\x1b" macro284 printf(ESC "7" /* Save cursor position */ in query_console_serial()285 ESC "[r" /* Set scrolling region to full window */ in query_console_serial()286 ESC "[999;999H" /* Move to bottom right corner */ in query_console_serial()287 ESC "[6n"); /* Query cursor position */ in query_console_serial()298 printf(ESC "8"); /* Restore cursor position */ in query_console_serial()446 printf(ESC"[0;37;40m"); in efi_cout_set_attribute()470 printf(ESC "[2J" ESC "[1;1H"); in efi_cout_clear_screen()527 printf(ESC "[0;37;40m"); in efi_cout_reset()568 printf(ESC "[%d;%dH", (int)row + 1, (int)column + 1); in efi_cout_set_cursor_position()[all …]
70 #define ESC 0x0040 /* escape key press */ macro
36 /* N = R_ALT ESC */
14 #define ESC 0x17 macro
16 #define ESC 0x17 macro
248 ## Switch baudrate to 115200 bps and press ESC ...
Completed in 9 milliseconds