Searched refs:longword (Results 1 – 2 of 2) sorted by relevance
25 …ntained number req string switch allow byte disable_input hidden length longword max min no_abbrev…
3613 char_u longword[MAXWLEN + 1]; in check_suggestions() local3623 vim_strncpy(longword, stp[i].st_word, MAXWLEN); in check_suggestions()3625 vim_strncpy(longword + len, su->su_badptr + stp[i].st_orglen, in check_suggestions()3628 (void)spell_check(curwin, longword, &attr, NULL, FALSE); in check_suggestions()