Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/dos/
H A Dpdckbd.c99 static unsigned char keyboard_function = 0xff, shift_function = 0xff, variable
127 if (shift_function == 0xff) in PDC_check_key()
146 shift_function = 0x12; in PDC_check_key()
152 shift_function = 2; in PDC_check_key()
156 regs.h.ah = shift_function; in PDC_check_key()
345 if (shift_function == 0x12) in PDC_get_key()