Searched refs:next_match (Results 1 – 2 of 2) sorted by relevance
501 const char **next_match,511 const char *next_match;523 next_match = body_head;525 next_substitution(macro_symbol, body_pos, &next_match,529 while (body_pos > next_match)536 next_match = match_marg->replacement_text;537 strp = next_match + strlen(next_match);538 while (strp > next_match)560 const char **next_match, struct macro_arg **match_marg,569 search_pos = *next_match;[all …]
297 const ObjectNameToIndexMap::Entry *next_match = in FindObject() local299 while (next_match) { in FindObject()300 if (m_objects[next_match->value].modification_time == in FindObject()302 return &m_objects[next_match->value]; in FindObject()303 next_match = m_object_name_to_index_map.FindNextValueForName(next_match); in FindObject()