Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c3052 char_u sft_word[1]; // soundfolded word, actually longer member
3056 #define HIKEY2SFT(p) ((sftword_T *)(p - (dumsft.sft_word - (char_u *)&dumsft)))
3196 STRCPY(sft->sft_word, goodword); in add_sound_suggest()
3197 hash_add_item(&slang->sl_sounddone, hi, sft->sft_word, hash); in add_sound_suggest()