Lines Matching refs:suncode
414 int key, release, repeated, suncode; local
438 suncode = sc->sc_repeat_key;
453 suncode = uart_rx_get(sc->sc_uart);
456 suncode = uart_getc(sc->sc_sysdev);
457 else if ((suncode = uart_poll(sc->sc_sysdev)) == -1)
463 switch (suncode) {
469 key = SKBD_KEY_CHAR(suncode);
470 release = suncode & SKBD_KEY_RELEASE;
475 sc->sc_repeat_key = suncode;
550 return (suncode);
574 switch (suncode) {
579 sc->sc_composed_char += suncode - 0x3d;
587 sc->sc_composed_char += suncode - 0x58;
595 sc->sc_composed_char += suncode - 0x6f;