HomeSort by relevance Sort by last modified time
    Searched refs:lastmatch (Results 1 - 3 of 3) sorted by null

  /external/elfutils/src/libdw/
dwarf_getsrc_file.c 84 bool lastmatch = false; local
101 lastmatch = strcmp (basename (fname2), fname) == 0;
103 lastmatch = strcmp (fname2, fname) == 0;
105 if (!lastmatch)
  /external/elfutils/src/libdwfl/
dwfl_module_getsrc_file.c 78 bool lastmatch = false; local
95 lastmatch = !strcmp (is_basename ? basename (file) : file,
99 if (!lastmatch)
  /external/regex-re2/re2/
dfa.cc 1331 const uint8* lastmatch = NULL; \/\/ most recent matching position in text local
    [all...]

Completed in 87 milliseconds