Searched refs:other_index (Results 1 – 2 of 2) sorted by relevance
91 int const other_index = 1 - op_index; in check_detailed() local92 if (! meta_turns[ip_index].handled[other_index] in check_detailed()93 && meta_turns[ip_index].turn->operations[other_index].operation == for_operation) in check_detailed()95 meta_turns[ip_index].handled[other_index] = true; in check_detailed()96 … check_detailed(meta_turns, meta_turns[ip_index], other_index, cycle, start, for_operation, error); in check_detailed()
86 unsigned int other_index; in MonitorSelection() local94 other_index = CLIP_OWN_CLIPBOARD; in MonitorSelection()96 other_index = CLIP_OWN_PRIMARY; in MonitorSelection()97 if (None != s_iOwners[other_index]) in MonitorSelection()98 lastOwnedSelectionIndex = other_index; in MonitorSelection()