OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastmatch
(Results
1 - 3
of
3
) 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
...]
Completed in 57 milliseconds