Home
last modified time | relevance | path

Searched refs:next_match (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l506 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 …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp168 const ObjectNameToIndexMap::Entry *next_match = in FindObject() local
170 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()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c3785 next_match: in Jim_RegexpCmd()
3864 goto next_match; in Jim_RegexpCmd()