Searched refs:next_match (Results 1 – 3 of 3) sorted by relevance
165 …const ObjectNameToIndexMap::Entry *next_match = m_object_name_to_index_map.FindNextValueForName (m… in FindObject() local166 while (next_match) in FindObject()168 if (m_objects[next_match->value].ar_date == object_date) in FindObject()169 return &m_objects[next_match->value]; in FindObject()170 next_match = m_object_name_to_index_map.FindNextValueForName (next_match); in FindObject()
382 next_match: in i386_disasm()431 goto next_match; in i386_disasm()
247 next_match(-1) { in SelectByCharDetails()262 int next_match; member1974 if (details.next_match == -1 && details.index_of_item != -1 && in FindChildForMnemonic()1976 details.next_match = i; in FindChildForMnemonic()1999 } else if (details.index_of_item == -1 || details.next_match == -1) { in AcceptOrSelect()2003 SetSelection(submenu->GetMenuItemAt(details.next_match), in AcceptOrSelect()