Home
last modified time | relevance | path

Searched refs:SJ3_SERVER_DEAD (Results 1 – 6 of 6) sorted by relevance

/dports/japanese/kinput2/kinput2-v3.1/lib/Xsj3clib/
H A Dconnect.c67 if (value == SJ3_SERVER_DEAD || value == SJ3_CONNECT_ERROR)
95 if (value == SJ3_SERVER_DEAD || value == SJ3_CONNECT_ERROR)
158 case SJ3_SERVER_DEAD:
200 case SJ3_SERVER_DEAD:
/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3dic/
H A Dsj3dic.c285SJ3_SERVER_DEAD, "\245\265\241\274\245\320\244\254\273\340\244\363\244\307\244\244\244\336\244\271… in sj3dic_open_error()
305SJ3_SERVER_DEAD, "\245\265\241\274\245\320\241\274\244\254\273\340\244\363\244\307\244\244\244\336… in sj3dic_close_error()
/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3lib/
H A Dsj3lib.h43 #define SJ3_SERVER_DEAD (1 << 0) macro
H A Dsj.c193 return SJ3_SERVER_DEAD; in sj3_open()
299 return SJ3_SERVER_DEAD; in sj3_open_with_list()
362 return SJ3_SERVER_DEAD; in sj3_close()
/dports/japanese/sj3-lib/sj3-2.0.1.20/demo/
H A Dsample.c162 if (ret & SJ3_SERVER_DEAD) { in main()
/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3/
H A Dlibif.c240 if (err & SJ3_SERVER_DEAD) in sj_check_error()