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

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dpermdic.c656 struct nread *thisRead; local
671 thisRead = nread + pre;
672 thisCache = thisRead->cache;
678 thisRead = nread + i;
679 thisCache = thisRead->cache;
709 offset = thisRead->offset;
710 if (fnum >= 0 && fnum < nk && 0 < thisRead->nk &&
711 thisRead->nk <= ylen && thisRead->nk <= RK_KEY_WMAX) {
H A Dnword.c411 struct nread *thisRead = nread + c; local
412 struct ncache *thisCache = thisRead->cache;
421 if (!doflush && (cf || thisRead->nk > ye || thisRead->nk > RK_KEY_WMAX))
426 csnb = thisRead->csn;
427 offset = thisRead->offset;
428 if (ys < thisRead->nk && thisRead->nk <= ye && thisRead->nk <= RK_KEY_WMAX) {
471 wrds->nw_ylen = thisRead
[all...]

Completed in 51 milliseconds