Lines Matching refs:sWire
5325 xkbSectionWireDesc *sWire; in _CheckSetSections() local
5331 sWire = (xkbSectionWireDesc *) wire; in _CheckSetSections()
5337 swapl(&sWire->name); in _CheckSetSections()
5338 swaps(&sWire->top); in _CheckSetSections()
5339 swaps(&sWire->left); in _CheckSetSections()
5340 swaps(&sWire->width); in _CheckSetSections()
5341 swaps(&sWire->height); in _CheckSetSections()
5342 swaps(&sWire->angle); in _CheckSetSections()
5344 CHK_ATOM_ONLY(sWire->name); in _CheckSetSections()
5345 section = XkbAddGeomSection(geom, sWire->name, sWire->nRows, in _CheckSetSections()
5346 sWire->nDoodads, sWire->nOverlays); in _CheckSetSections()
5349 section->priority = sWire->priority; in _CheckSetSections()
5350 section->top = sWire->top; in _CheckSetSections()
5351 section->left = sWire->left; in _CheckSetSections()
5352 section->width = sWire->width; in _CheckSetSections()
5353 section->height = sWire->height; in _CheckSetSections()
5354 section->angle = sWire->angle; in _CheckSetSections()
5355 rWire = (xkbRowWireDesc *) &sWire[1]; in _CheckSetSections()
5356 for (r = 0; r < sWire->nRows; r++) { in _CheckSetSections()
5396 if (sWire->nDoodads > 0) { in _CheckSetSections()
5399 for (d = 0; d < sWire->nDoodads; d++) { in _CheckSetSections()
5405 if (sWire->nOverlays > 0) { in _CheckSetSections()
5408 for (o = 0; o < sWire->nOverlays; o++) { in _CheckSetSections()
5414 sWire = (xkbSectionWireDesc *) wire; in _CheckSetSections()
5416 wire = (char *) sWire; in _CheckSetSections()