Lines Matching refs:nBtnsRtrn
6305 rep.firstBtnRtrn = rep.nBtnsRtrn = 0;
6321 rep.firstBtnRtrn= rep.nBtnsRtrn= 0;
6342 rep.nBtnsRtrn= stuff->nBtns;
6344 for (i=0;i<rep.nBtnsRtrn;i++,act++) {
6349 rep.nBtnsRtrn-= i;
6350 act= &dev->button->xkb_acts[rep.firstBtnRtrn+rep.nBtnsRtrn-1];
6351 for (i=0;i<rep.nBtnsRtrn;i++,act--) {
6355 rep.nBtnsRtrn-= i;
6357 rep.length+= (rep.nBtnsRtrn*SIZEOF(xkbActionWireDesc))/4;
6391 if (rep.nBtnsRtrn>0) {
6394 sz= rep.nBtnsRtrn*SIZEOF(xkbActionWireDesc);