Searched refs:lastmatch (Results 1 – 3 of 3) sorted by relevance
84 bool lastmatch = false; in dwarf_getsrc_file() local101 lastmatch = strcmp (basename (fname2), fname) == 0; in dwarf_getsrc_file()103 lastmatch = strcmp (fname2, fname) == 0; in dwarf_getsrc_file()105 if (!lastmatch) in dwarf_getsrc_file()
78 bool lastmatch = false; in dwfl_module_getsrc_file() local95 lastmatch = !strcmp (is_basename ? basename (file) : file, in dwfl_module_getsrc_file()99 if (!lastmatch) in dwfl_module_getsrc_file()
1331 const uint8* lastmatch = NULL; // most recent matching position in text in InlinedSearchLoop() local1337 lastmatch = p; in InlinedSearchLoop()1339 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()1436 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()1450 lastmatch = p - 1; in InlinedSearchLoop()1452 lastmatch = p + 1; in InlinedSearchLoop()1455 static_cast<int>(lastmatch - bp), in InlinedSearchLoop()1459 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()1509 lastmatch = p; in InlinedSearchLoop()1520 fprintf(stderr, "match @%d! [%s]\n", static_cast<int>(lastmatch - bp), in InlinedSearchLoop()[all …]