Searched refs:FLAG_FN_PRESSED (Results 1 – 1 of 1) sorted by relevance
261 #define FLAG_FN_PRESSED 0x0100 /* FN key is held down */ macro652 if (sc->sc_flags & FLAG_FN_PRESSED) { in ukbd_translate_modifier()699 sc->sc_flags |= FLAG_FN_PRESSED; in ukbd_intr()703 sc->sc_flags &= ~FLAG_FN_PRESSED; in ukbd_intr()708 if (sc->sc_flags & FLAG_FN_PRESSED) { in ukbd_intr()828 sc->sc_flags |= FLAG_FN_PRESSED; in ukbd_decode()830 sc->sc_flags &= ~FLAG_FN_PRESSED; in ukbd_decode()