Searched refs:to_string_obj (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpython.c583 PyObject *from_tty_obj = NULL, *to_string_obj = NULL;
589 &PyBool_Type, &to_string_obj))
602 if (to_string_obj)
604 int cmp = PyObject_IsTrue (to_string_obj);
581 PyObject *from_tty_obj = NULL, *to_string_obj = NULL; local
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpython.c608 PyObject *from_tty_obj = NULL, *to_string_obj = NULL;
614 &PyBool_Type, &to_string_obj))
627 if (to_string_obj)
629 int cmp = PyObject_IsTrue (to_string_obj);
606 PyObject *from_tty_obj = NULL, *to_string_obj = NULL; local

Completed in 145 milliseconds