Searched refs:spell_cat_line (Results 1 – 3 of 3) sorted by relevance
9 void spell_cat_line(char_u *buf, char_u *line, int maxlen);
1346 spell_cat_line(buf + STRLEN(buf), in spell_move_to()1509 spell_cat_line(char_u *buf, char_u *line, int maxlen) in spell_cat_line() function
517 spell_cat_line(nextline + SPWORDLEN, line, SPWORDLEN); in win_line()