Lines Matching refs:nKeyActs
1170 if (((rep->present & XkbKeyActionsMask) == 0) || (rep->nKeyActs < 1) || in XkbSizeKeyActions()
1173 rep->firstKeyAct = rep->nKeyActs = 0; in XkbSizeKeyActions()
1178 for (nActs = i = 0; i < rep->nKeyActs; i++) { in XkbSizeKeyActions()
1182 len = XkbPaddedSize(rep->nKeyActs) + (nActs * SIZEOF(xkbActionWireDesc)); in XkbSizeKeyActions()
1196 for (i = 0; i < rep->nKeyActs; i++) { in XkbWriteKeyActions()
1202 buf += XkbPaddedSize(rep->nKeyActs); in XkbWriteKeyActions()
1205 for (i = 0; i < rep->nKeyActs; i++) { in XkbWriteKeyActions()
1422 if (rep->nKeyActs > 0) in XkbSendMap()
1523 rep.nKeyActs = n; in ProcXkbGetMap()
1526 CHK_KEY_RANGE(0x07, stuff->firstKeyAct, stuff->nKeyActs, xkb); in ProcXkbGetMap()
1528 rep.nKeyActs = stuff->nKeyActs; in ProcXkbGetMap()
1531 rep.nKeyActs = 0; in ProcXkbGetMap()
1813 CHK_REQ_KEY_RANGE2(0x21, req->firstKeyAct, req->nKeyActs, req, (*nActsRtrn), in CheckKeyActions()
1815 for (nActs = i = 0; i < req->nKeyActs; i++) { in CheckKeyActions()
1826 if (req->nKeyActs % 4) in CheckKeyActions()
1827 wire += 4 - (req->nKeyActs % 4); in CheckKeyActions()
2180 wire += XkbPaddedSize(req->nKeyActs); in SetKeyActions()
2181 for (i = 0; i < req->nKeyActs; i++) { in SetKeyActions()
2192 last = (first + req->nKeyActs - 1); in SetKeyActions()
2439 + XkbPaddedSize(req->nKeyActs)); in _XkbSetMapCheckLength()
6022 mrep.nKeyActs = mrep.nKeyBehaviors = in ProcXkbGetKbdByName()
6031 mrep.nKeyActs = mrep.nKeyBehaviors = mrep.nKeyExplicit = 0; in ProcXkbGetKbdByName()