Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_props.c2292 PyObject *pydef = NULL; in BPy_BoolVectorProperty() local
2328 &pydef, in BPy_BoolVectorProperty()
2356 if (pydef && in BPy_BoolVectorProperty()
2378 if (pydef) { in BPy_BoolVectorProperty()
2569 PyObject *pydef = NULL; in BPy_IntVectorProperty() local
2610 &pydef, in BPy_IntVectorProperty()
2643 if (pydef && in BPy_IntVectorProperty()
2661 if (pydef) { in BPy_IntVectorProperty()
2855 PyObject *pydef = NULL; in BPy_FloatVectorProperty() local
2923 if (pydef && in BPy_FloatVectorProperty()
[all …]
/dports/cad/magic/magic-8.3.245/database/
H A DDBcellname.c2517 DBNewYank(yname, pyuse, pydef) in DBNewYank() argument
2520 CellDef **pydef; /* Similarly for def */
2522 *pydef = DBCellLookDef(yname);
2523 if (*pydef == (CellDef *) NULL)
2525 *pydef = DBCellNewDef(yname);
2526 ASSERT(*pydef != (CellDef *) NULL, "DBNewYank");
2527 DBCellSetAvail(*pydef);
2528 (*pydef)->cd_flags |= CDINTERNAL;
2530 *pyuse = DBCellNewUse(*pydef, (char *) NULL);
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dfcitx-pinyin.fxaddon4 Include0="pydef.h"
/dports/x11-toolkits/py-xlib/python-xlib-0.27/test/gen/
H A Dgenprottest.py415 def gen_func(fc, funcname, structname, outputname, pydef, cdef, vardefs): argument
429 for f in pydef.var_fields:
769 pyf = pydef.fields[pyi]