Lines Matching refs:pCore
219 KeySymsPtr pCore,
236 syms = &pCore->map[(first - pCore->minKeyCode) * pCore->mapWidth];
237 for (key = first; key < (first + num); key++, syms += pCore->mapWidth) {
243 nG = XkbKeyTypesForCoreSymbols(xkb, pCore->mapWidth, syms, explicit,
443 KeySym *pCore, *pXKB;
448 pCore = &syms->map[n];
454 pCore[0] = pXKB[0];
456 pCore[1] = pXKB[1];
458 pCore[2 + n] = pXKB[n];
474 pCore[2] = pCore[0];
476 pCore[3] = pCore[1];
482 pCore[idx] = pCore[idx - groupWidth + 2];
491 pCore[idx++] = pXKB[n];
499 pCore[2] = pXKB[0];
501 pCore[3] = pXKB[1];
503 pCore[nOut + (n - 2)] = pXKB[n];
514 pCore[nOut++] = pXKB[s];