Searched refs:lastmatch (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c84 bool lastmatch = false; local
101 lastmatch = strcmp (basename (fname2), fname) == 0;
103 lastmatch = strcmp (fname2, fname) == 0;
105 if (!lastmatch)
/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c83 bool lastmatch = false; local
100 lastmatch = !strcmp (is_basename ? basename (file) : file,
104 if (!lastmatch)
/external/regex-re2/re2/
H A Ddfa.cc1331 const uint8* lastmatch = NULL; // most recent matching position in text local
1337 lastmatch = p;
1339 params->ep = reinterpret_cast<const char*>(lastmatch);
1436 params->ep = reinterpret_cast<const char*>(lastmatch);
1450 lastmatch = p - 1;
1452 lastmatch = p + 1;
1455 static_cast<int>(lastmatch - bp),
1459 params->ep = reinterpret_cast<const char*>(lastmatch);
1509 lastmatch = p;
1520 fprintf(stderr, "match @%d! [%s]\n", static_cast<int>(lastmatch
[all...]

Completed in 142 milliseconds