Searched refs:new_cx_num (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Ddic.c427 int new_cx_num;
433 if((new_cx_num = RkwCreateContext()) < 0)
435 if (RkwSetDicPath(new_cx_num, dirname) == -1) {
436 RkwCloseContext(new_cx_num);
439 dicscnt = RkwGetDicList(new_cx_num, buf, size);
440 (void)RkwCloseContext(new_cx_num);
949 int new_cx_num;
966 if((new_cx_num = RkwCreateContext()) < 0) {
970 if(RkwSetDicPath(new_cx_num, (char *)dirname) < 0) {
971 RkwCloseContext(new_cx_num);
426 int new_cx_num; local
946 int new_cx_num; local
[all...]
H A Dbun.c1148 int new_cx_num, size; local
1164 if((new_cx_num = RkwCreateContext()) < 0) {
1168 if(RkwSetDicPath(new_cx_num, dirname) < 0) {
1169 CloseContext(new_cx_num);
1173 if (!(cx = RkGetContext(new_cx_num))) {
1182 new_cx_num = cx_num;
1186 CloseContext(new_cx_num);
1192 CloseContext(new_cx_num);
1208 CloseContext(new_cx_num);
1215 CloseContext(new_cx_num);
[all...]

Completed in 47 milliseconds