Searched refs:sl_midword (Results 1 – 3 of 3) sorted by relevance
81 char_u *sl_midword; // MIDWORD string or NULL member
1736 VIM_CLEAR(lp->sl_midword); in slang_clear()2311 if (lp->sl_midword == NULL) // there aren't any in use_midword()2314 for (p = lp->sl_midword; *p != NUL; ) in use_midword()
461 lp->sl_midword = read_string(fd, len); // <midword> in spell_load_file()462 if (lp->sl_midword == NULL) in spell_load_file()