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

  /external/elfutils/0.153/libdw/
dwarf_getsrc_file.c 105 bool lastmatch = false; local
122 lastmatch = strcmp (basename (fname2), fname) == 0;
124 lastmatch = strcmp (fname2, fname) == 0;
126 if (!lastmatch)
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsrc_file.c 99 bool lastmatch = false; local
116 lastmatch = !strcmp (is_basename ? basename (file) : file,
120 if (!lastmatch)
  /external/chromium_org/third_party/re2/re2/
dfa.cc 1333 const uint8* lastmatch = NULL; \/\/ most recent matching position in text local
    [all...]
  /external/regex-re2/re2/
dfa.cc 1331 const uint8* lastmatch = NULL; \/\/ most recent matching position in text local
    [all...]

Completed in 136 milliseconds