OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:py_match_method_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
py-xmethods.c
35
static PyObject *
py_match_method_name
= NULL;
variable
109
return PyObject_CallMethodObjArgs (matcher,
py_match_method_name
,
604
py_match_method_name
= PyUnicode_FromString (match_method_name);
605
if (
py_match_method_name
== NULL)
/src/external/gpl3/gdb.old/dist/gdb/python/
py-xmethods.c
35
static PyObject *
py_match_method_name
= NULL;
variable
109
return PyObject_CallMethodObjArgs (matcher,
py_match_method_name
,
604
py_match_method_name
= PyUnicode_FromString (match_method_name);
605
if (
py_match_method_name
== NULL)
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026