Lines Matching defs:nRows
178 unsigned short nRows;
201 unsigned short nRows;
403 section->nRows = 0;
1081 si->nRows = 0;
1143 old->nRows = old->nDoodads = old->nOverlays = 0;
1175 row->index = si->nRows++;
2625 row->nKeys + 1, row->section->nRows + 1,
2777 if (si->nRows != def->nRows)
2779 WSGO("Expected %d rows, found %d\n", (unsigned int) def->nRows,
2780 (unsigned int) si->nRows);
3474 oi->nRows = 0;
3478 rowMap[ki->sectionRow] = oi->nRows++;
3496 ol = XkbAddGeomOverlay(section, name, oi->nRows);
3504 for (int i = 0; i < oi->nRows; i++)
3544 XkbAddGeomSection(geom, name, si->nRows, si->nDoodads, si->nOverlays);