Searched refs:cmdpy_object_type (Results 1 – 3 of 3) sorted by relevance
68 extern PyTypeObject cmdpy_object_type560 cmdpy_object_type.tp_new = PyType_GenericNew; in gdbpy_initialize_commands()561 if (PyType_Ready (&cmdpy_object_type) < 0) in gdbpy_initialize_commands()592 (PyObject *) &cmdpy_object_type) < 0) in gdbpy_initialize_commands()617 PyTypeObject cmdpy_object_type = variable
12882 * python/py-cmd.c (cmdpy_object_type): Make extern.
7472 * python/py-cmd.c (cmdpy_object_type): Use