Lines Matching refs:newword
3840 char_u newword[MAXWLEN]; in store_aff_word() local
3899 *newword = NUL; in store_aff_word()
3901 vim_strncpy(newword, ae->ae_add, MAXWLEN - 1); in store_aff_word()
3915 STRCAT(newword, p); in store_aff_word()
3920 vim_strncpy(newword, word, MAXWLEN - 1); in store_aff_word()
3924 p = newword + STRLEN(newword); in store_aff_word()
3927 MB_PTR_BACK(newword, p); in store_aff_word()
3931 STRCAT(newword, ae->ae_add); in store_aff_word()
4040 if (store_word(spin, newword, use_flags, in store_aff_word()
4048 if (store_aff_word(spin, newword, ae->ae_flags, in store_aff_word()
4060 if (store_aff_word(spin, newword, in store_aff_word()
4066 && store_aff_word(spin, newword, in store_aff_word()