Searched refs:spell_add_word (Results 1 – 3 of 3) sorted by relevance
8 void spell_add_word(char_u *word, int len, int what, int idx, int undo);
6167 spell_add_word(eap->arg, (int)STRLEN(eap->arg), in ex_spell()6178 spell_add_word( in spell_add_word() function
3226 spell_add_word(ptr, len, nchar == 'w' || nchar == 'W' in nv_zet()