Home
last modified time | relevance | path

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

/drivers/accessibility/speakup/
A Dgenmap.c28 static int shift_table[17]; variable
36 for (i = 0; shift_table[i] != state; i++) { in get_shift_value()
37 if (shift_table[i] == -1) { in get_shift_value()
40 shift_table[i] = state; in get_shift_value()
60 shift_table[0] = 0; in main()
62 shift_table[i] = -1; in main()
137 shift_state = shift_table[i]; in main()
148 printf("%d, ", shift_table[i]); in main()

Completed in 2 milliseconds