Lines Matching refs:loct
76 loctset->loct.handle = dicinfo->handle; in check_search_cursor()
77 loctset->loct.type = dicinfo->type; in check_search_cursor()
78 loctset->loct.current_info = 0x10; in check_search_cursor()
79 loctset->loct.status = NJ_ST_SEARCH_NO_INIT; in check_search_cursor()
136 if (loctset->loct.handle == NULL) { in search_word()
140 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in search_word()
171 if ((GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) in search_word()
176 loctset->loct.status = NJ_ST_SEARCH_END; in search_word()
209 if ((loctset->loct.handle == NULL) || in get_word_and_search_next_word()
210 (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) || in get_word_and_search_next_word()
211 (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END_EXT)) { in get_word_and_search_next_word()
215 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in get_word_and_search_next_word()
233 loctset->loct.status |= SET_LOCATION_OPERATION(cursor->cond.operation); in get_word_and_search_next_word()
294 set_operation_id(&(loctset->loct), 0, result); in get_word_and_search_next_word()
320 set_operation_id(&(loctset->loct), 0, result); in get_word_and_search_next_word()
337 ((loctset->loct.handle != NULL) && in get_word_and_search_next_word()
339 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in get_word_and_search_next_word()
378 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) { in njd_get_word_data()
382 if (loctset->loct.handle == NULL) { in njd_get_word_data()
386 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in njd_get_word_data()
873 loctset->loct.type = NJ_DIC_H_TYPE_NORMAL; in njd_init_search_location_set()
874 loctset->loct.handle = NULL; in njd_init_search_location_set()
875 loctset->loct.current_info = 0x10; in njd_init_search_location_set()
876 loctset->loct.current = 0; in njd_init_search_location_set()
877 loctset->loct.top = 0; in njd_init_search_location_set()
878 loctset->loct.bottom = 0; in njd_init_search_location_set()
879 loctset->loct.current_cache = 0; in njd_init_search_location_set()
880 loctset->loct.status = NJ_ST_SEARCH_NO_INIT; in njd_init_search_location_set()