Home
last modified time | relevance | path

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

/openbsd/sys/dev/pckbc/
H A Dpckbd.c97 int t_table; /* scan code set in use */ member
231 id->t_table = table; in pckbd_set_xtscancode()
251 if (id->t_table == 0) { in pckbd_set_xtscancode()
256 id->t_table = 2; in pckbd_set_xtscancode()
326 id->t_table = table; in pckbd_set_xtscancode()
444 if (sc->id->t_table == 0) in pckbdattach()
989 if (id->t_translating != 0 || id->t_table == 1) in pckbd_scancode_translate()
997 switch (id->t_table) { in pckbd_scancode_translate()
1075 if (id->t_translating != 0 || id->t_table == 1) { in pckbd_decode()
1278 if (t->t_table == 0) { in pckbd_cnpollc()
/openbsd/usr.sbin/relayctl/
H A Dparser.c51 static const struct token t_table[]; variable
67 {KEYWORD, "table", NONE, t_table},
89 static const struct token t_table[] = { variable