Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c2298 CLEAR_FIELD(wp->w_s->b_spell_ismw); in clear_midword()
2323 wp->w_s->b_spell_ismw[c] = TRUE; in use_midword()
2342 wp->w_s->b_spell_ismw[*p++] = TRUE; in use_midword()
2650 if (wp->w_s->b_spell_ismw[*p]) in spell_iswordp()
2656 if (c < 256 ? wp->w_s->b_spell_ismw[c] in spell_iswordp()
2668 return spelltab.st_isw[wp->w_s->b_spell_ismw[*p] ? p[1] : p[0]]; in spell_iswordp()
2714 if (*p < 256 ? wp->w_s->b_spell_ismw[*p] in spell_iswordp_w()
H A Dstructs.h2640 char_u b_spell_ismw[256]; // flags: is midword char member