Searched refs:next_match (Results 1 – 3 of 3) sorted by relevance
66 size_t next_match = 0; in HandleMessage() local68 next_match = control_message.find(':', pos); in HandleMessage()69 if (next_match == std::string::npos) in HandleMessage()70 next_match = control_message.size(); in HandleMessage()71 parts.push_back(control_message.substr(pos, next_match - pos)); in HandleMessage()72 pos = next_match + 1; in HandleMessage()
375 next_match: in i386_disasm()411 goto next_match; in i386_disasm()
259 next_match(-1) { in SelectByCharDetails()274 int next_match; member2066 if (details.next_match == -1 && details.index_of_item != -1 && in FindChildForMnemonic()2068 details.next_match = i; in FindChildForMnemonic()2091 } else if (details.index_of_item == -1 || details.next_match == -1) { in AcceptOrSelect()2095 SetSelection(submenu->GetMenuItemAt(details.next_match), in AcceptOrSelect()