Lines Matching refs:map_count
1009 if (dtype->map_count) { in _XkbCopyClientMap()
1051 if (stype->map_count) { in _XkbCopyClientMap()
1053 if (stype->map_count != dtype->map_count && in _XkbCopyClientMap()
1054 dtype->map_count && dtype->map && in _XkbCopyClientMap()
1057 stype->map_count, in _XkbCopyClientMap()
1063 else if (!dtype->map_count || !dtype->map || in _XkbCopyClientMap()
1065 tmp = xallocarray(stype->map_count, in _XkbCopyClientMap()
1073 stype->map_count * sizeof(XkbKTMapEntryRec)); in _XkbCopyClientMap()
1082 if (stype->map_count != dtype->map_count && in _XkbCopyClientMap()
1083 dtype->map_count && dtype->preserve && in _XkbCopyClientMap()
1086 stype->map_count, in _XkbCopyClientMap()
1092 else if (!dtype->preserve || !dtype->map_count || in _XkbCopyClientMap()
1094 tmp = xallocarray(stype->map_count, in _XkbCopyClientMap()
1102 stype->map_count * sizeof(XkbModsRec)); in _XkbCopyClientMap()
1110 dtype->map_count = stype->map_count; in _XkbCopyClientMap()
1113 if (dtype->map_count && i < dst->map->num_types) { in _XkbCopyClientMap()
1117 dtype->map_count = 0; in _XkbCopyClientMap()
1131 if (dtype->map && dtype->map_count) in _XkbCopyClientMap()
1133 if (dtype->preserve && dtype->map_count) in _XkbCopyClientMap()