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

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c1388 XkbSectionPtr ssection = NULL, dsection = NULL; local in function:_XkbCopyGeom
1663 for (i = 0, dsection = dst->geom->sections;
1665 i++, dsection++) {
1666 for (j = 0, drow = dsection->rows;
1667 j < dsection->num_rows;
1673 if (dsection->num_rows)
1674 free(dsection->rows);
1677 for (j = 0, ddoodad = dsection->doodads;
1678 j < dsection->num_doodads;
1692 free(dsection
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c1437 XkbSectionPtr ssection = NULL, dsection = NULL; local in function:_XkbCopyGeom
1680 for (i = 0, dsection = dst->geom->sections;
1681 i < dst->geom->num_sections; i++, dsection++) {
1682 for (j = 0, drow = dsection->rows;
1683 j < dsection->num_rows; j++, drow++) {
1688 if (dsection->num_rows)
1689 free(dsection->rows);
1692 for (j = 0, ddoodad = dsection->doodads;
1693 j < dsection->num_doodads; j++, ddoodad++) {
1706 free(dsection
[all...]

Completed in 6 milliseconds