Searched refs:sub_to_keysym_table (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c55 } sub_to_keysym_table [] = { variable in typeref:struct:__anon115
78 for (i = 0; sub_to_keysym_table[i].sub_class != NULL; i++)
79 if (!strcmp (sub_to_keysym_table[i].sub_class, subclass)) {
80 keysym = sub_to_keysym_table[i].keysym;
84 if (sub_to_keysym_table[i].sub_class == NULL)

Completed in 7 milliseconds