Searched refs:StructSpwdType (Results 1 – 2 of 2) sorted by relevance
56 static PyTypeObject StructSpwdType; variable73 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()178 PyStructSequence_InitType(&StructSpwdType, in initspwd()180 Py_INCREF((PyObject *) &StructSpwdType); in initspwd()181 PyModule_AddObject(m, "struct_spwd", (PyObject *) &StructSpwdType); in initspwd()
63 static PyTypeObject StructSpwdType; variable81 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()222 if (PyStructSequence_InitType2(&StructSpwdType, in PyInit_spwd()226 Py_INCREF((PyObject *) &StructSpwdType); in PyInit_spwd()227 PyModule_AddObject(m, "struct_spwd", (PyObject *) &StructSpwdType); in PyInit_spwd()