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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-type.c494 PyObject *n2_obj = NULL;
498 if (! PyArg_ParseTuple (args, "l|O", &n1, &n2_obj))
501 if (n2_obj)
503 if (!PyInt_Check (n2_obj))
510 if (! gdb_py_int_as_long (n2_obj, &n2))
492 PyObject *n2_obj = NULL; local
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-type.c510 PyObject *n2_obj = NULL;
514 if (! PyArg_ParseTuple (args, "l|O", &n1, &n2_obj))
517 if (n2_obj)
519 if (!PyLong_Check (n2_obj))
526 if (! gdb_py_int_as_long (n2_obj, &n2))
508 PyObject *n2_obj = NULL; local

Completed in 106 milliseconds