OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wordobj
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
py-cmd.c
192
gdbpy_ref<>
wordobj
;
196
wordobj
= gdbpy_ref<>::new_reference (Py_None);
200
wordobj
.reset (PyUnicode_Decode (word, strlen (word), host_charset (),
202
if (
wordobj
== NULL)
212
wordobj
.get (), NULL));
190
gdbpy_ref<>
wordobj
;
local
/src/external/gpl3/gdb.old/dist/gdb/python/
py-cmd.c
192
gdbpy_ref<>
wordobj
;
196
wordobj
= gdbpy_ref<>::new_reference (Py_None);
200
wordobj
.reset (PyUnicode_Decode (word, strlen (word), host_charset (),
202
if (
wordobj
== NULL)
212
wordobj
.get (), NULL));
190
gdbpy_ref<>
wordobj
;
local
Completed in 102 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026