Searched refs:oldLast (Results 1 – 2 of 2) sorted by relevance
250 CARD8 oldLast, newLast; in XkbUpdateKeyTypesFromCore() local252 oldLast = changes->map.first_key_sym + changes->map.num_key_syms - 1; in XkbUpdateKeyTypesFromCore()257 if (oldLast > newLast) in XkbUpdateKeyTypesFromCore()258 newLast = oldLast; in XkbUpdateKeyTypesFromCore()308 CARD8 oldLast, newLast; in XkbUpdateDescActions() local310 oldLast = changes->map.first_key_act + changes->map.num_key_acts - 1; in XkbUpdateDescActions()315 if (newLast > oldLast) in XkbUpdateDescActions()316 newLast = oldLast; in XkbUpdateDescActions()
2086 int oldLast; in SetKeyTypes() local2088 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() local2144 if (oldLast > last) in SetKeySyms()2145 last = oldLast; in SetKeySyms()2194 int oldLast; in SetKeyActions() local2196 oldLast = changes->map.first_key_act + changes->map.num_key_acts - 1; in SetKeyActions()2199 if (oldLast > last) in SetKeyActions()[all …]