Lines Matching refs:oldLast
2086 int oldLast; in SetKeyTypes() local
2088 oldLast = changes->map.first_type + changes->map.num_types - 1; in SetKeyTypes()
2091 if (oldLast > last) in SetKeyTypes()
2092 last = oldLast; in SetKeyTypes()
2140 int oldLast = in SetKeySyms() local
2144 if (oldLast > last) in SetKeySyms()
2145 last = oldLast; in SetKeySyms()
2194 int oldLast; in SetKeyActions() local
2196 oldLast = changes->map.first_key_act + changes->map.num_key_acts - 1; in SetKeyActions()
2199 if (oldLast > last) in SetKeyActions()
2200 last = oldLast; in SetKeyActions()
2251 unsigned oldLast; in SetKeyBehaviors() local
2253 oldLast = changes->map.first_key_behavior + in SetKeyBehaviors()
2257 if (oldLast > last) in SetKeyBehaviors()
2258 last = oldLast; in SetKeyBehaviors()
2305 int oldLast; in SetKeyExplicit() local
2307 oldLast = changes->map.first_key_explicit + in SetKeyExplicit()
2311 if (oldLast > last) in SetKeyExplicit()
2312 last = oldLast; in SetKeyExplicit()
2338 int oldLast; in SetModifierMap() local
2340 oldLast = changes->map.first_modmap_key + in SetModifierMap()
2344 if (oldLast > last) in SetModifierMap()
2345 last = oldLast; in SetModifierMap()
2370 int oldLast; in SetVirtualModMap() local
2372 oldLast = changes->map.first_vmodmap_key + in SetVirtualModMap()
2376 if (oldLast > last) in SetVirtualModMap()
2377 last = oldLast; in SetVirtualModMap()