OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invoke_cst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
py-cmd.c
72
static PyObject *
invoke_cst
;
variable
112
if (! PyObject_HasAttr ((PyObject *) obj,
invoke_cst
))
133
gdbpy_ref<> result (PyObject_CallMethodObjArgs ((PyObject *) obj,
invoke_cst
,
516
allow_unknown = PyObject_HasAttr (self,
invoke_cst
);
593
invoke_cst
= PyUnicode_FromString ("invoke");
594
if (
invoke_cst
== NULL)
py-micmd.c
173
static PyObject *
invoke_cst
;
variable
212
(PyObject_CallMethodObjArgs ((PyObject *) this->m_pyobj.get (),
invoke_cst
,
453
invoke_cst
= PyUnicode_FromString ("invoke");
454
if (
invoke_cst
== nullptr)
/src/external/gpl3/gdb.old/dist/gdb/python/
py-cmd.c
72
static PyObject *
invoke_cst
;
variable
112
if (! PyObject_HasAttr ((PyObject *) obj,
invoke_cst
))
133
gdbpy_ref<> result (PyObject_CallMethodObjArgs ((PyObject *) obj,
invoke_cst
,
516
allow_unknown = PyObject_HasAttr (self,
invoke_cst
);
598
invoke_cst
= PyUnicode_FromString ("invoke");
599
if (
invoke_cst
== NULL)
py-micmd.c
173
static PyObject *
invoke_cst
;
variable
212
(PyObject_CallMethodObjArgs ((PyObject *) this->m_pyobj.get (),
invoke_cst
,
458
invoke_cst
= PyUnicode_FromString ("invoke");
459
if (
invoke_cst
== nullptr)
Completed in 66 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026