Searched refs:next_match (Results 1 – 3 of 3) sorted by relevance
506 const char **next_match,516 const char *next_match;527 next_match = body_head;529 next_substitution(macro_symbol, body_pos, &next_match,533 while (body_pos > next_match)540 next_match = match_marg->replacement_text;541 strp = next_match + strlen(next_match);542 while (strp > next_match)564 const char **next_match, struct macro_arg **match_marg,573 search_pos = *next_match;[all …]
168 const ObjectNameToIndexMap::Entry *next_match = in FindObject() local170 while (next_match) { in FindObject()171 if (m_objects[next_match->value].modification_time == in FindObject()173 return &m_objects[next_match->value]; in FindObject()174 next_match = m_object_name_to_index_map.FindNextValueForName(next_match); in FindObject()
3785 next_match: in Jim_RegexpCmd()3864 goto next_match; in Jim_RegexpCmd()