Lines Matching refs:suncode
415 int key, release, repeated, suncode; local
439 suncode = sc->sc_repeat_key;
454 suncode = uart_rx_get(sc->sc_uart);
457 suncode = uart_getc(sc->sc_sysdev);
458 else if ((suncode = uart_poll(sc->sc_sysdev)) == -1)
464 switch (suncode) {
470 key = SKBD_KEY_CHAR(suncode);
471 release = suncode & SKBD_KEY_RELEASE;
476 sc->sc_repeat_key = suncode;
551 return (suncode);
575 switch (suncode) {
580 sc->sc_composed_char += suncode - 0x3d;
588 sc->sc_composed_char += suncode - 0x58;
596 sc->sc_composed_char += suncode - 0x6f;