Home
last modified time | relevance | path

Searched refs:merror_code (Results 1 – 15 of 15) sorted by relevance

/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dm17n.c45 merror_code = MERROR_NONE; in m17n_init()
49 if (merror_code != MERROR_NONE) in m17n_init()
H A Dm17n-core.c577 merror_code = MERROR_NONE; in m17n_init_core()
1024 int merror_code; variable
H A Dm17n-gui.c244 merror_code = MERROR_NONE; in m17n_init_win()
249 if (merror_code != MERROR_NONE) in m17n_init_win()
H A Dm17n-flt.h40 if (merror_code == MERROR_NONE) \
H A Dinternal.h49 merror_code = (err); \
58 merror_code = (err); \
H A Dm17n-core.h58 extern int merror_code;
H A DChangeLog848 * m17n-core.h (merror_code): Extern it.
850 * m17n-misc.h (merror_code): Don't extern it.
3507 * m17n.c (m17n_init): Set merror_code to MERROR_NONE at first.
3509 * m17n-core.c (m17n_init_core): Set merror_code to MERROR_NONE at
3514 * m17n-gui.c (m17n_init_win): Set merror_code to MERROR_NONE before
3517 * m17n.c (m17n_init): Set merror_code to MERROR_NONE before
3614 * m17n-core.c (merror_code): Change type to `int'.
3616 * m17n-misc.h (merror_code): Adjust type.
5017 * m17n-core.c (m17n_init_core): Set merror_code to MERROR_NONE.
5019 * m17n.c (m17n_init): Fix the way of checking merror_code.
[all …]
H A Dm17n-flt.c2660 merror_code = MERROR_NONE; in m17n_init_flt()
2664 if (merror_code != MERROR_NONE) in m17n_init_flt()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/m17nlib/
H A Dim_m17nlib.c472 merror_code); in commit()
503 merror_code); in set_candidate()
560 merror_code); in preedit_changed()
871 merror_code); in switch_mode()
1001 if (merror_code != MERROR_NONE) { in im_m17nlib_new()
/dports/devel/m17n-lib/m17n-lib-1.8.0/example/
H A Dmdate.c186 if (merror_code != MERROR_NONE) in main()
H A Dmconv.c333 if (merror_code != MERROR_NONE) in main()
H A Dmview.c325 if (merror_code != MERROR_NONE) in main()
H A Dmdump.c639 if (merror_code != MERROR_NONE) in main()
H A Dmedit.c2732 if (merror_code != MERROR_NONE) in main()
/dports/textproc/m17n-im-config/m17n-im-config-0.9.0/src/
H A Dmim-config.c1647 if (merror_code < 0) in mim_config_new()