HomeSort by: relevance | last modified time | path
    Searched refs:Py_NotImplemented (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-record.c 422 Py_INCREF (Py_NotImplemented);
423 return Py_NotImplemented;
448 Py_INCREF (Py_NotImplemented);
449 return Py_NotImplemented;
py-block.c 483 Py_INCREF (Py_NotImplemented);
484 return Py_NotImplemented;
py-record-btrace.c 626 Py_INCREF (Py_NotImplemented);
627 return Py_NotImplemented;
656 Py_INCREF (Py_NotImplemented);
657 return Py_NotImplemented;
py-frame.c 740 Py_INCREF (Py_NotImplemented);
741 return Py_NotImplemented;
py-type.c 1140 Py_INCREF (Py_NotImplemented);
1141 return Py_NotImplemented;
  /src/external/gpl3/gdb/dist/gdb/python/
py-record.c 422 Py_INCREF (Py_NotImplemented);
423 return Py_NotImplemented;
448 Py_INCREF (Py_NotImplemented);
449 return Py_NotImplemented;
py-block.c 517 Py_INCREF (Py_NotImplemented);
518 return Py_NotImplemented;
py-record-btrace.c 626 Py_INCREF (Py_NotImplemented);
627 return Py_NotImplemented;
656 Py_INCREF (Py_NotImplemented);
657 return Py_NotImplemented;
py-frame.c 740 Py_INCREF (Py_NotImplemented);
741 return Py_NotImplemented;
py-type.c 1134 Py_INCREF (Py_NotImplemented);
1135 return Py_NotImplemented;
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 746 /* Py_NotImplemented is defined in 2.1 and up. */
748 # ifndef Py_NotImplemented
749 # define Py_NotImplemented PyExc_RuntimeError

Completed in 27 milliseconds