Home
last modified time | relevance | path

Searched refs:enchant_session_exclude (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/enchant2/enchant-2.2.15/src/
H A Dlib.c355 enchant_session_exclude (EnchantSession * session, const char * const word, size_t len) in enchant_session_exclude() function
434 if (enchant_session_exclude (session, word, len)) in enchant_dict_check()
492 !enchant_session_exclude(session, suggs[i], sugg_len)) in enchant_dict_get_good_suggestions()
679 return enchant_session_exclude (session, word, len); in enchant_dict_is_removed()
/dports/textproc/enchant/enchant-1.6.0/src/
H A Denchant.c687 enchant_session_exclude (EnchantSession * session, const char * const word, size_t len) in enchant_session_exclude() function
812 if (enchant_session_exclude (session, word, len)) in enchant_dict_check()
896 !enchant_session_exclude(session, suggs[i], sugg_len) ) in enchant_dict_get_good_suggestions()
1221 return enchant_session_exclude (session, word, len); in enchant_dict_is_removed()