OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHECK_MATCH_C
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
cp-support.c
1990
#define
CHECK_MATCH_C
(SYMBOL, INPUT) \
2013
CHECK_MATCH_C
("function()", "function");
2014
CHECK_MATCH_C
("function(int)", "function");
2017
CHECK_MATCH_C
("function()", "function ()");
2018
CHECK_MATCH_C
("function ( )", "function()");
2019
CHECK_MATCH_C
("function ()", "function( )");
2020
CHECK_MATCH_C
("func(int)", "func( int )");
2021
CHECK_MATCH_C
("func(int)", "func ( int ) ");
2022
CHECK_MATCH_C
("func ( int )", "func( int )");
2023
CHECK_MATCH_C
("func ( int )", "func ( int ) ")
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
cp-support.c
2004
#define
CHECK_MATCH_C
(SYMBOL, INPUT) \
2027
CHECK_MATCH_C
("function()", "function");
2028
CHECK_MATCH_C
("function(int)", "function");
2031
CHECK_MATCH_C
("function()", "function ()");
2032
CHECK_MATCH_C
("function ( )", "function()");
2033
CHECK_MATCH_C
("function ()", "function( )");
2034
CHECK_MATCH_C
("func(int)", "func( int )");
2035
CHECK_MATCH_C
("func(int)", "func ( int ) ");
2036
CHECK_MATCH_C
("func ( int )", "func( int )");
2037
CHECK_MATCH_C
("func ( int )", "func ( int ) ")
[
all
...]
Completed in 43 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026