Home
last modified time | relevance | path

Searched refs:keystrokeRtn (Results 1 – 25 of 26) sorted by relevance

12

/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dchewingio.c256 keystrokeRtn = KEYSTROKE_COMMIT; in OnKeySpace()
259 keystrokeRtn = KEYSTROKE_ABSORB; in OnKeySpace()
313 keystrokeRtn = KEYSTROKE_IGNORE; in OnKeyEsc()
338 keystrokeRtn = KEYSTROKE_IGNORE; in OnKeyEnter()
366 keystrokeRtn = KEYSTROKE_COMMIT; in OnKeyEnter()
386 keystrokeRtn = KEYSTROKE_IGNORE; in OnKeyDel()
413 keystrokeRtn = KEYSTROKE_IGNORE; in OnKeyBackspace()
442 keystrokeRtn = KEYSTROKE_IGNORE; in OnKeyUp()
461 keystrokeRtn = KEYSTROKE_IGNORE; in OnKeyDown()
524 keystrokeRtn = KEYSTROKE_IGNORE; in OnKeyLeft()
[all …]
H A Dchewingutil.h39 int MakeOutputWithRtn( ChewingOutput *pgo, ChewingData *pgdata, int keystrokeRtn );
H A Dglobal.h201 int keystrokeRtn; member
H A Dchewingutil.c697 int MakeOutputWithRtn( ChewingOutput *pgo, ChewingData *pgdata, int keystrokeRtn ) in MakeOutputWithRtn() argument
699 pgo->keystrokeRtn = keystrokeRtn; in MakeOutputWithRtn()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dchewingio.c256 keystrokeRtn = KEYSTROKE_COMMIT;
259 keystrokeRtn = KEYSTROKE_ABSORB;
313 keystrokeRtn = KEYSTROKE_IGNORE;
338 keystrokeRtn = KEYSTROKE_IGNORE;
366 keystrokeRtn = KEYSTROKE_COMMIT;
386 keystrokeRtn = KEYSTROKE_IGNORE;
413 keystrokeRtn = KEYSTROKE_IGNORE;
442 keystrokeRtn = KEYSTROKE_IGNORE;
461 keystrokeRtn = KEYSTROKE_IGNORE;
524 keystrokeRtn = KEYSTROKE_IGNORE;
[all …]
H A Dchewingutil.h39 int MakeOutputWithRtn( ChewingOutput *pgo, ChewingData *pgdata, int keystrokeRtn );
H A Dglobal.h201 int keystrokeRtn; member
H A Dchewingutil.c697 int MakeOutputWithRtn( ChewingOutput *pgo, ChewingData *pgdata, int keystrokeRtn )
699 pgo->keystrokeRtn = keystrokeRtn;
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dchewingio.c345 keystrokeRtn = KEYSTROKE_COMMIT; in chewing_handle_Space()
360 keystrokeRtn = KEYSTROKE_ABSORB; in chewing_handle_Space()
362 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Space()
441 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Esc()
469 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Enter()
495 keystrokeRtn = KEYSTROKE_COMMIT; in chewing_handle_Enter()
515 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Del()
543 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Backspace()
573 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Up()
594 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Down()
[all …]
H A Dmod_aux.c29 return (ctx->output->keystrokeRtn & KEYSTROKE_COMMIT); in chewing_commit_Check()
193 return (ctx->output->keystrokeRtn & KEYSTROKE_IGNORE); in chewing_keystroke_CheckIgnore()
198 return (ctx->output->keystrokeRtn & KEYSTROKE_ABSORB); in Chewing_keystroke_CheckAbsorb()
H A Dchewingutil.h39 int MakeOutputWithRtn( ChewingOutput *pgo, ChewingData *pgdata, int keystrokeRtn );
H A Dglobal.h205 int keystrokeRtn; member
H A Dchewingutil.c755 int MakeOutputWithRtn( ChewingOutput *pgo, ChewingData *pgdata, int keystrokeRtn ) in MakeOutputWithRtn() argument
757 pgo->keystrokeRtn = keystrokeRtn; in MakeOutputWithRtn()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dchewingio.c345 keystrokeRtn = KEYSTROKE_COMMIT;
360 keystrokeRtn = KEYSTROKE_ABSORB;
362 keystrokeRtn = KEYSTROKE_IGNORE;
441 keystrokeRtn = KEYSTROKE_IGNORE;
469 keystrokeRtn = KEYSTROKE_IGNORE;
495 keystrokeRtn = KEYSTROKE_COMMIT;
515 keystrokeRtn = KEYSTROKE_IGNORE;
543 keystrokeRtn = KEYSTROKE_IGNORE;
573 keystrokeRtn = KEYSTROKE_IGNORE;
594 keystrokeRtn = KEYSTROKE_IGNORE;
[all …]
H A Dmod_aux.c29 return (ctx->output->keystrokeRtn & KEYSTROKE_COMMIT); in chewing_commit_Check()
193 return (ctx->output->keystrokeRtn & KEYSTROKE_IGNORE); in chewing_keystroke_CheckIgnore()
198 return (ctx->output->keystrokeRtn & KEYSTROKE_ABSORB); in Chewing_keystroke_CheckAbsorb()
H A Dchewingutil.h39 int MakeOutputWithRtn( ChewingOutput *pgo, ChewingData *pgdata, int keystrokeRtn );
H A Dglobal.h205 int keystrokeRtn; member
H A Dchewingutil.c755 int MakeOutputWithRtn( ChewingOutput *pgo, ChewingData *pgdata, int keystrokeRtn )
757 pgo->keystrokeRtn = keystrokeRtn;
/dports/chinese/libchewing/libchewing-0.5.1/src/
H A Dchewingio.c835 int keystrokeRtn = KEYSTROKE_ABSORB; in chewing_handle_Esc() local
848 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Esc()
867 int keystrokeRtn = KEYSTROKE_ABSORB; in chewing_handle_Enter() local
880 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Enter()
908 keystrokeRtn = KEYSTROKE_COMMIT; in chewing_handle_Enter()
923 int keystrokeRtn = KEYSTROKE_ABSORB; in chewing_handle_Del() local
936 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Del()
953 int keystrokeRtn = KEYSTROKE_ABSORB; in chewing_handle_Backspace() local
966 keystrokeRtn = KEYSTROKE_IGNORE; in chewing_handle_Backspace()
988 int keystrokeRtn = KEYSTROKE_ABSORB; in chewing_handle_Up() local
[all …]
H A Dmod_aux.c41 return ! !(ctx->output->keystrokeRtn & KEYSTROKE_COMMIT); in chewing_commit_Check()
426 return ! !(ctx->output->keystrokeRtn & KEYSTROKE_IGNORE); in chewing_keystroke_CheckIgnore()
440 return ! !(ctx->output->keystrokeRtn & KEYSTROKE_ABSORB); in chewing_keystroke_CheckAbsorb()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/
H A DChewingpp.cpp100 return (co->keystrokeRtn & KEYSTROKE_COMMIT); in CommitReady()
170 return co->keystrokeRtn; in KeystrokeRtn()
174 return (co->keystrokeRtn & KEYSTROKE_IGNORE); in KeystrokeIgnore()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/
H A DChewingpp.cpp100 return (co->keystrokeRtn & KEYSTROKE_COMMIT);
170 return co->keystrokeRtn;
174 return (co->keystrokeRtn & KEYSTROKE_IGNORE);
/dports/chinese/libchewing/libchewing-0.5.1/include/internal/
H A Dchewingutil.h42 int MakeOutputWithRtn(ChewingOutput *pgo, ChewingData *pgdata, int keystrokeRtn);
H A Dchewing-private.h317 int keystrokeRtn; member
/dports/chinese/libchewing/libchewing-0.5.1/test/
H A Dgenkeystroke.c244 if (pgo->keystrokeRtn & KEYSTROKE_COMMIT) { in show_commit_string()

12