Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h2494 # define B_SPELL(buf) ((buf)->b_spell)
3082 int b_spell; // TRUE for a spell file buffer, most fields member
H A Dmemline.c346 if (!buf->b_spell) in ml_open()
771 if (buf->b_spell) in ml_open_file()
H A Dspell.c2511 buf->b_spell = TRUE; in open_spellbuf()