Home
last modified time | relevance | path

Searched refs:si_spellbuf (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dspellfile.c1939 buf_T *si_spellbuf; // buffer used to store soundfold word table member
5513 (long)spin->si_spellbuf->b_ml.ml_line_count); in spell_make_sugfile()
5539 close_spellbuf(spin->si_spellbuf); in spell_make_sugfile()
5659 spin->si_spellbuf = open_spellbuf(); in sug_maketable()
5660 if (spin->si_spellbuf == NULL) in sug_maketable()
5717 if (ml_append_buf(spin->si_spellbuf, (linenr_T)wordnr, in sug_filltable()
5850 wcount = spin->si_spellbuf->b_ml.ml_line_count; in sug_write()
5856 line = ml_get_buf(spin->si_spellbuf, lnum, FALSE); in sug_write()