Home
last modified time | relevance | path

Searched defs:pystate (Results 1 – 6 of 6) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dpy.c59 FcitxPinyinState* pystate; member
141 FcitxPinyinState *pystate = (FcitxPinyinState*)arg; in PYDestroy() local
185 FcitxPinyinState *pystate = (FcitxPinyinState*)arg; in PYInit() local
195 FcitxPinyinState *pystate = (FcitxPinyinState*)arg; in SPInit() local
209 boolean LoadPYBaseDict(FcitxPinyinState *pystate) in LoadPYBaseDict()
379 boolean LoadPYOtherDict(FcitxPinyinState* pystate) in LoadPYOtherDict()
885 void UpdateCodeInputPY(FcitxPinyinState* pystate) in UpdateCodeInputPY()
1009 void PYCreateAuto(FcitxPinyinState* pystate) in PYCreateAuto()
1653 void SavePYUserPhrase(FcitxPinyinState* pystate) in SavePYUserPhrase()
1715 void SavePYFreq(FcitxPinyinState *pystate) in SavePYFreq()
[all …]
H A Dsp.c46 void LoadSPData(FcitxPinyinState *pystate) in LoadSPData()
/dports/security/py-kerberos/kerberos-1.3.1/src/
H A Dkerberos.c158 PyObject *pystate = NULL; local
283 PyObject *pystate = NULL; local
327 PyObject *pystate = NULL; local
350 PyObject *pystate = NULL; local
373 PyObject *pystate = NULL; local
396 PyObject *pystate = NULL; local
419 PyObject *pystate = NULL; local
450 PyObject *pystate = NULL; local
485 PyObject *pystate = NULL; local
527 PyObject *pystate = NULL; local
[all …]
/dports/net/honeyd/honeyd-1.5c/
H A Dpyextend.c118 struct pystate { struct
119 PyObject *state;
121 struct pyextend *pye;
123 int fd;
125 struct event pread;
126 struct event pwrite;
128 int wantwrite;
132 struct command *cmd;
133 void *con;
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_interactive/
H A Dsessions.i42 PyObject * pystate; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dcontext.c228 void CTX_py_state_push(bContext *C, struct bContext_PyState *pystate, void *value) in CTX_py_state_push()
236 void CTX_py_state_pop(bContext *C, struct bContext_PyState *pystate) in CTX_py_state_pop()