Home
last modified time | relevance | path

Searched refs:complete_cst (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/python/
HDpy-cmd.c75 static PyObject *complete_cst; variable
221 if (! PyObject_HasAttr ((PyObject *) obj, complete_cst)) in VEC()
235 resultobj = PyObject_CallMethodObjArgs ((PyObject *) obj, complete_cst, in VEC()
595 complete_cst = PyString_FromString ("complete"); in gdbpy_initialize_commands()