Lines Matching refs:nKeyBehaviors
1226 if (((rep->present & XkbKeyBehaviorsMask) == 0) || (rep->nKeyBehaviors < 1)
1229 rep->firstKeyBehavior = rep->nKeyBehaviors = 0;
1234 for (nBhvr = i = 0; i < rep->nKeyBehaviors; i++, bhv++) {
1253 for (i = 0; i < rep->nKeyBehaviors; i++, pBhvr++) {
1536 rep.nKeyBehaviors = n;
1539 CHK_KEY_RANGE(0x09, stuff->firstKeyBehavior, stuff->nKeyBehaviors, xkb);
1541 rep.nKeyBehaviors = stuff->nKeyBehaviors;
1544 rep.nKeyBehaviors = 0;
1843 if (((req->present & XkbKeyBehaviorsMask) == 0) || (req->nKeyBehaviors < 1)) {
1845 req->nKeyBehaviors = 0;
1849 last = req->firstKeyBehavior + req->nKeyBehaviors - 1;
2220 last = req->firstKeyBehavior + req->nKeyBehaviors - 1;
2222 req->nKeyBehaviors * sizeof(XkbBehavior));
6073 mrep.nKeyActs = mrep.nKeyBehaviors =
6082 mrep.nKeyActs = mrep.nKeyBehaviors = mrep.nKeyExplicit = 0;