Lines Matching refs:comp_flg
42 static NJ_INT16 search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, NJ_UINT8 *exit_fl…
44 …word_and_search_next_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_RESULT *result, NJ_UINT8 comp_flg);
123 static NJ_INT16 search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, in search_word() argument
157 ret = njd_l_search_word(iwnn, &cursor->cond, loctset, comp_flg); in search_word()
187 NJ_UINT8 comp_flg) { in get_word_and_search_next_word() argument
272 ret = njd_l_search_word(iwnn, &cursor->cond, loctset, comp_flg); in get_word_and_search_next_word()
354 ret = njd_l_search_word(iwnn, &cursor->cond, loctset, comp_flg); in get_word_and_search_next_word()
456 static NJ_INT16 njd_search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, in njd_search_word() argument
466 return search_word(iwnn, cursor, comp_flg, exit_flag); in njd_search_word()
470 NJ_UINT8 comp_flg) { in njd_get_word() argument
475 ret = get_word_and_search_next_word(iwnn, cursor, result, comp_flg); in njd_get_word()