Searched defs:four_code_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dserial.c233 four_code_table[] =
267 i < sizeof (four_code_table) / sizeof (four_code_table[0]);
269 if (four_code_table[i].key == key)
271 input_buf[0] = four_code_table[i].ascii;
231 four_code_table[] = local

Completed in 60 milliseconds