Lines Matching refs:nBtnsRtrn
6500 .nBtnsRtrn = 0,
6530 rep.nBtnsRtrn = stuff->nBtns;
6532 for (i = 0; i < rep.nBtnsRtrn; i++, act++) {
6537 rep.nBtnsRtrn -= i;
6539 &dev->button->xkb_acts[rep.firstBtnRtrn + rep.nBtnsRtrn -
6541 for (i = 0; i < rep.nBtnsRtrn; i++, act--) {
6545 rep.nBtnsRtrn -= i;
6547 rep.length += (rep.nBtnsRtrn * SIZEOF(xkbActionWireDesc)) / 4;
6579 if (rep.nBtnsRtrn > 0) {
6583 sz = rep.nBtnsRtrn * SIZEOF(xkbActionWireDesc);