Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c778 ga_init2(&su->su_sga, (int)sizeof(suggest_T), 10); in spell_find_suggest()
1072 for (i = 0; i < su->su_sga.ga_len; ++i) in spell_find_cleanup()
1073 vim_free(SUG(su->su_sga, i).st_word); in spell_find_cleanup()
1074 ga_clear(&su->su_sga); in spell_find_cleanup()
2858 sstp = &SUG(su->su_sga, su->su_sga.ga_len); in score_comp_sal()
2866 ++su->su_sga.ga_len; in score_comp_sal()
2927 for (i = 0; i < su->su_sga.ga_len; ++i) in score_combine()
2929 stp = &SUG(su->su_sga, i); in score_combine()
2943 check_suggestions(su, &su->su_sga); in score_combine()
2957 gap = round == 1 ? &su->su_ga : &su->su_sga; in score_combine()
[all …]