Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c222 static void check_suggestions(suginfo_T *su, garray_T *gap);
917 check_suggestions(su, &su->su_ga); in spell_suggest_expr()
974 check_suggestions(su, &su->su_ga); in spell_suggest_file()
1055 check_suggestions(su, &su->su_ga); in spell_suggest_intern()
2941 check_suggestions(su, &su->su_ga); in score_combine()
2943 check_suggestions(su, &su->su_sga); in score_combine()
3607 check_suggestions( in check_suggestions() function