Home
last modified time | relevance | path

Searched refs:INPUT_RETURN_VALUE (Results 1 – 25 of 74) sorted by relevance

123

/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/table/
H A Dtable.h91 INPUT_RETURN_VALUE DoTableInput(void* arg, FcitxKeySym sym, unsigned int state);
92 INPUT_RETURN_VALUE TableGetCandWords(void* arg);
95 INPUT_RETURN_VALUE TableGetRemindCandWords(TableMetaData* table);
97 INPUT_RETURN_VALUE TableGetFHCandWords(TableMetaData* table);
98 INPUT_RETURN_VALUE TableGetPinyinCandWords(TableMetaData* table);
100 INPUT_RETURN_VALUE TableGetRemindCandWord(void* arg, TABLECANDWORD* tableCandWord);
101 INPUT_RETURN_VALUE TableGetFHCandWord(TableMetaData* table, TABLECANDWORD* tableCandWord);
106 INPUT_RETURN_VALUE _TableGetCandWord(TableMetaData* table, TABLECANDWORD* tableCandWord, boolean _b…
107 INPUT_RETURN_VALUE TableGetCandWord(void* arg, FcitxCandidateWord* candWord);
/dports/chinese/scim-fcitx/fcitx/src/
H A Dime.h52 } INPUT_RETURN_VALUE; typedef
74 INPUT_RETURN_VALUE (*DoInput) (const KeyEvent&);
75 INPUT_RETURN_VALUE (*GetCandWords) (SEARCH_MODE);
186 INPUT_RETURN_VALUE ChangeCorner (FcitxInstance& finst);
187 INPUT_RETURN_VALUE ChangePunc (FcitxInstance& finst);
188 INPUT_RETURN_VALUE ChangeGBK (FcitxInstance& finst);
189 INPUT_RETURN_VALUE ChangeLegend (FcitxInstance& finst);
195 INPUT_RETURN_VALUE (*DoInput) (int),
196 INPUT_RETURN_VALUE (*GetCandWords) (SEARCH_MODE),
H A Dtable.h146 INPUT_RETURN_VALUE DoTableInput (const KeyEvent& key);
147 INPUT_RETURN_VALUE TableGetCandWords (SEARCH_MODE mode);
150 INPUT_RETURN_VALUE TableGetLegendCandWords (SEARCH_MODE mode);
152 INPUT_RETURN_VALUE TableGetFHCandWords (SEARCH_MODE mode);
153 INPUT_RETURN_VALUE TableGetPinyinCandWords (SEARCH_MODE mode);
H A Dqw.h6 INPUT_RETURN_VALUE DoQWInput(const KeyEvent& key);
7 INPUT_RETURN_VALUE QWGetCandWords (SEARCH_MODE mode);
H A Dqw.cpp16 INPUT_RETURN_VALUE DoQWInput(const KeyEvent& key) in DoQWInput()
20 INPUT_RETURN_VALUE retVal; in DoQWInput()
83 INPUT_RETURN_VALUE QWGetCandWords (SEARCH_MODE mode) in QWGetCandWords()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dhook-internal.h37 …(struct _FcitxInstance* instance, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* retval);
48 …(struct _FcitxInstance* instance, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* retval);
58 …(struct _FcitxInstance* instance, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* retval);
69 …(struct _FcitxInstance* instance, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* retval);
79 INPUT_RETURN_VALUE FcitxInstanceProcessHotkey(struct _FcitxInstance* instance, FcitxKeySym keysym, …
H A Dime-internal.h108 INPUT_RETURN_VALUE ImProcessEnter(void *arg);
110 INPUT_RETURN_VALUE ImProcessEscape(void *arg);
112 INPUT_RETURN_VALUE ImProcessRemind(void *arg);
114 INPUT_RETURN_VALUE ImProcessReload(void *arg);
116 INPUT_RETURN_VALUE ImProcessSaveAll(void *arg);
118 INPUT_RETURN_VALUE ImSwitchEmbeddedPreedit(void *arg);
H A Dime.h127 } INPUT_RETURN_VALUE; typedef
193 …typedef INPUT_RETURN_VALUE(*FcitxIMDoInput)(void *arg, FcitxKeySym, unsigned int); /**< FcitxIMDoI…
194 typedef INPUT_RETURN_VALUE(*FcitxIMGetCandWords)(void *arg); /**< FcitxIMGetCandWords */
198 …typedef INPUT_RETURN_VALUE (*FcitxIMKeyBlocker)(void* arg, FcitxKeySym, unsigned int); /**< FcitxI…
465 INPUT_RETURN_VALUE retVal
542INPUT_RETURN_VALUE FcitxInstanceProcessKey(struct _FcitxInstance* instance, FcitxKeyEventType even…
555 INPUT_RETURN_VALUE FcitxInstanceDoInputCallback(
557 INPUT_RETURN_VALUE retVal,
932INPUT_RETURN_VALUE FcitxStandardKeyBlocker(FcitxInputState* input, FcitxKeySym key, unsigned int s…
H A Dhook.c96 …putFilter(FcitxInstance* instance, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* retval) in FcitxInstanceProcessPreInputFilter()
108 …putFilter(FcitxInstance* instance, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* retval) in FcitxInstanceProcessPostInputFilter()
119 …putFilter(FcitxInstance* instance, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* retval) in FcitxInstanceProcessPreReleaseInputFilter()
131 …putFilter(FcitxInstance* instance, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* retval) in FcitxInstanceProcessPostReleaseInputFilter()
272 INPUT_RETURN_VALUE FcitxInstanceProcessHotkey(FcitxInstance* instance, FcitxKeySym keysym, unsigned… in FcitxInstanceProcessHotkey()
276 INPUT_RETURN_VALUE out = IRV_TO_PROCESS; in FcitxInstanceProcessHotkey()
312 …txDummyReleaseInputHook(void* arg, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* retval) in FcitxDummyReleaseInputHook()
H A Dhook.h46 INPUT_RETURN_VALUE *retval
83 INPUT_RETURN_VALUE(*hotkeyhandle)(void*);
314 INPUT_RETURN_VALUE *retval);
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/qw/
H A Dqw.c46 INPUT_RETURN_VALUE DoQWInput(void* arg, FcitxKeySym sym, unsigned int state);
47 INPUT_RETURN_VALUE QWGetCandWords(void *arg);
48 INPUT_RETURN_VALUE QWGetCandWord(void *arg, FcitxCandidateWord* candWord);
88 INPUT_RETURN_VALUE DoQWInput(void* arg, FcitxKeySym sym, unsigned int state) in DoQWInput()
93 INPUT_RETURN_VALUE retVal; in DoQWInput()
131 INPUT_RETURN_VALUE QWGetCandWord(void *arg, FcitxCandidateWord* candWord) in QWGetCandWord()
141 INPUT_RETURN_VALUE QWGetCandWords(void *arg) in QWGetCandWords()
/dports/chinese/fcitx-libpinyin/fcitx-libpinyin-0.5.3/src/
H A Deim.h153 INPUT_RETURN_VALUE FcitxLibPinyinDoInput(void* arg, FcitxKeySym sym, unsigned int state);
154 INPUT_RETURN_VALUE FcitxLibPinyinGetCandWords (void *arg);
155 INPUT_RETURN_VALUE FcitxLibPinyinGetCandWord (void *arg, FcitxCandidateWord* candWord);
187 INPUT_RETURN_VALUE doInput(FcitxKeySym sym, unsigned int state);
189 INPUT_RETURN_VALUE getCandWords();
190 INPUT_RETURN_VALUE getCandWord(FcitxCandidateWord* candWord);
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/imselector/
H A Dimselector.c61 INPUT_RETURN_VALUE *retval
65 static INPUT_RETURN_VALUE IMSelectorLocalTrigger(void* arg);
66 static INPUT_RETURN_VALUE IMSelectorGlobalTrigger(void* arg);
67 static INPUT_RETURN_VALUE IMSelectorClearLocal(void* arg);
68 static INPUT_RETURN_VALUE IMSelectorSelect(void* arg);
178 boolean IMSelectorPreFilter(void* arg, FcitxKeySym sym, unsigned int state, INPUT_RETURN_VALUE* ret… in IMSelectorPreFilter()
210 INPUT_RETURN_VALUE IMSelectorGlobalTrigger(void* arg) in IMSelectorGlobalTrigger()
219 INPUT_RETURN_VALUE IMSelectorLocalTrigger(void* arg) in IMSelectorLocalTrigger()
228 INPUT_RETURN_VALUE IMSelectorClearLocal(void* arg) in IMSelectorClearLocal()
236 INPUT_RETURN_VALUE IMSelectorSelect(void* arg) in IMSelectorSelect()
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/unicode/
H A Dunicode.c43 INPUT_RETURN_VALUE *r);
46 INPUT_RETURN_VALUE UnicodeHotkey(void* arg);
47 INPUT_RETURN_VALUE UnicodeGetCandWords(UnicodeModule* uni);
96 INPUT_RETURN_VALUE *r) in UnicodePreFilter()
98 INPUT_RETURN_VALUE retVal = IRV_TO_PROCESS; in UnicodePreFilter()
198 INPUT_RETURN_VALUE UnicodeGetCandWord(void* arg, FcitxCandidateWord* candWord) in UnicodeGetCandWord()
206 INPUT_RETURN_VALUE UnicodeGetCandWords(UnicodeModule* uni) in UnicodeGetCandWords()
255 INPUT_RETURN_VALUE UnicodeHotkey(void* arg) in UnicodeHotkey()
/dports/korean/fcitx-hangul/fcitx-hangul-0.3.0/src/
H A Deim.h48 INPUT_RETURN_VALUE FcitxHangulDoInput(void* arg, FcitxKeySym sym, unsigned int state);
49 INPUT_RETURN_VALUE FcitxHangulGetCandWords (void *arg);
50 INPUT_RETURN_VALUE FcitxHangulGetCandWord (void *arg, FcitxCandidateWord* candWord);
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/autoeng/
H A DAutoEng.c119 INPUT_RETURN_VALUE *retval);
124 INPUT_RETURN_VALUE *retval);
156 INPUT_RETURN_VALUE *retval);
226 static INPUT_RETURN_VALUE
229 INPUT_RETURN_VALUE res = IRV_DISPLAY_MESSAGE; in AutoEngPushKey()
308 static INPUT_RETURN_VALUE
412 INPUT_RETURN_VALUE *retval) in AutoEngActivate()
423 INPUT_RETURN_VALUE *retval) in PreInputProcessAutoEng()
600 static INPUT_RETURN_VALUE
604 INPUT_RETURN_VALUE res = IRV_DO_NOTHING; in AutoEngGetCandWordCb()
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/pinyin-enhance/
H A Dpinyin-enhance-cfp.c59 static INPUT_RETURN_VALUE
166 static INPUT_RETURN_VALUE
210 static INPUT_RETURN_VALUE
246 static INPUT_RETURN_VALUE
251 INPUT_RETURN_VALUE retval; in CharFromPhraseString()
278 static INPUT_RETURN_VALUE
427 static INPUT_RETURN_VALUE
445 unsigned int state, INPUT_RETURN_VALUE *retval) in PinyinEnhanceCharFromPhrasePost()
458 unsigned int state, INPUT_RETURN_VALUE *retval) in PinyinEnhanceCharFromPhrasePre()
H A Dpinyin-enhance.c42 INPUT_RETURN_VALUE *retval);
45 INPUT_RETURN_VALUE *retval);
136 INPUT_RETURN_VALUE *retval) in PinyinEnhancePreInput()
148 INPUT_RETURN_VALUE *retval) in PinyinEnhancePostInput()
H A Dpinyin-enhance-cfp.h32 INPUT_RETURN_VALUE *retval);
35 INPUT_RETURN_VALUE *retval);
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/quickphrase/
H A Dquickphrase.c98 static INPUT_RETURN_VALUE QuickPhraseDoInput(void* arg, FcitxKeySym sym, int state);
99 static INPUT_RETURN_VALUE QuickPhraseGetCandWords(QuickPhraseState* qpstate);
102 static INPUT_RETURN_VALUE QuickPhraseGetCandWord(void* arg, FcitxCandidateWord* candWord);
108 INPUT_RETURN_VALUE *retval
112 INPUT_RETURN_VALUE *retval
389 INPUT_RETURN_VALUE *retval) in QuickPhrasePreFilter()
462 INPUT_RETURN_VALUE *retval) in QuickPhrasePostFilter()
515 static INPUT_RETURN_VALUE
615 INPUT_RETURN_VALUE QuickPhraseGetCandWords(QuickPhraseState* qpstate) in QuickPhraseGetCandWords()
696 INPUT_RETURN_VALUE QuickPhraseGetLuaCandWord(void* arg, FcitxCandidateWord* candWord) in QuickPhraseGetLuaCandWord()
[all …]
/dports/japanese/fcitx-skk/fcitx-skk-0.1.4/src/
H A Dskk.c53 static INPUT_RETURN_VALUE FcitxSkkDoInputReal(void *arg, FcitxKeySym sym,
55 static INPUT_RETURN_VALUE FcitxSkkDoInput(void *arg, FcitxKeySym sym,
57 static INPUT_RETURN_VALUE FcitxSkkDoReleaseInput(void *arg, FcitxKeySym sym,
59 static INPUT_RETURN_VALUE FcitxSkkDoCandidate(void *arg, FcitxKeySym sym,
61 static INPUT_RETURN_VALUE FcitxSkkGetCandWords(void *arg);
527 static INPUT_RETURN_VALUE
538 static INPUT_RETURN_VALUE
546 INPUT_RETURN_VALUE result = FcitxSkkDoCandidate (skk, sym, state); in FcitxSkkDoInputReal()
569 static INPUT_RETURN_VALUE
599 static INPUT_RETURN_VALUE
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/fullwidthchar/
H A Dfullwidthchar.c71 static INPUT_RETURN_VALUE ToggleFullWidthStateWithHotkey(void *arg);
74 INPUT_RETURN_VALUE *retval
133 INPUT_RETURN_VALUE *retval in FullWidthPostFilter()
203 INPUT_RETURN_VALUE ToggleFullWidthStateWithHotkey(void* arg) in ToggleFullWidthStateWithHotkey()
/dports/japanese/fcitx-anthy/fcitx-anthy-0.2.3/src/
H A Dfactory.cpp44 static INPUT_RETURN_VALUE FcitxAnthyDoInput(void* arg, FcitxKeySym sym, unsigned int state);
45 static INPUT_RETURN_VALUE FcitxAnthyDoReleaseInput(void* arg, FcitxKeySym sym, unsigned int state);
180 INPUT_RETURN_VALUE FcitxAnthyDoInput(void* arg, FcitxKeySym sym, unsigned int state) in FcitxAnthyDoInput()
197 INPUT_RETURN_VALUE FcitxAnthyDoReleaseInput(void* arg, FcitxKeySym sym, unsigned int state) in FcitxAnthyDoReleaseInput()
/dports/chinese/fcitx-rime/fcitx-rime-0.3.2/src/
H A Dfcitx-rime.c26 static INPUT_RETURN_VALUE FcitxRimeDoInput(void* arg, FcitxKeySym sym, unsigned int state);
27 static INPUT_RETURN_VALUE FcitxRimeDoReleaseInput(void* arg, FcitxKeySym sym, unsigned int state);
28 static INPUT_RETURN_VALUE FcitxRimeDoInputReal(void* arg, FcitxKeySym _sym, unsigned int _state);
29 static INPUT_RETURN_VALUE FcitxRimeGetCandWords(void* arg);
229 INPUT_RETURN_VALUE FcitxRimeDoReleaseInput(void* arg, FcitxKeySym _sym, unsigned int _state) in FcitxRimeDoReleaseInput()
275 INPUT_RETURN_VALUE FcitxRimeDoInput(void* arg, FcitxKeySym _sym, unsigned int _state) in FcitxRimeDoInput()
292 INPUT_RETURN_VALUE FcitxRimeDoInputReal(void* arg, FcitxKeySym sym, unsigned int state) in FcitxRimeDoInputReal()
326 INPUT_RETURN_VALUE FcitxRimeGetCandWord(void* arg, FcitxCandidateWord* candWord) in FcitxRimeGetCandWord()
330 INPUT_RETURN_VALUE retVal = IRV_TO_PROCESS; in FcitxRimeGetCandWord()
378 INPUT_RETURN_VALUE FcitxRimeGetCandWords(void* arg) in FcitxRimeGetCandWords()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dpy.h206 INPUT_RETURN_VALUE DoPYInput(void* arg, FcitxKeySym sym, unsigned int state);
212 INPUT_RETURN_VALUE PYGetCandWords(void* arg);
213 INPUT_RETURN_VALUE PYGetCandWord(void* arg, FcitxCandidateWord *pycandWord);
234 INPUT_RETURN_VALUE PYGetRemindCandWords(void* arg);

123