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

/opensolaris-onvv-gate/usr/src/cmd/loadkeys/
H A Ddumpkeys.c52 smentry_t shiftmasks[] = { variable
62 #define NSHIFTS (sizeof (shiftmasks) / sizeof (shiftmasks[0]))
100 shiftmasks[shift].sm_mask;
103 shiftmasks[shift].sm_type = SM_INVALID;
112 if (shiftmasks[shift].sm_type != SM_INVALID) {
114 shiftmasks[shift].sm_mask;
134 if (shiftmasks[shift].sm_type == SM_NORMAL) {
156 if (shiftmasks[shift].sm_type == SM_NORMAL) {
158 shiftmasks[shif
[all...]
H A Dloadkeys.y116 static smentry_t shiftmasks[] = {
127 #define NSHIFTS (sizeof (shiftmasks) / sizeof (shiftmasks[0]))
231 shiftmasks[shift].sm_mask;
234 shiftmasks[shift].sm_type = SM_INVALID;
240 switch (shiftmasks[shift].sm_type) {
264 shiftmasks[shift].sm_mask;
276 if (shiftmasks[shift].sm_type != SM_INVALID) {
278 shiftmasks[shift].sm_mask))
286 if (shiftmasks[shif
[all...]

Completed in 61 milliseconds