Searched refs:can_spell (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dsyntax.pro7 int get_syntax_attr __ARGS((colnr_T col, int *can_spell, int keep_state));
/macosx-10.10/vim-55/src/
H A Dsyntax.c382 static int syn_current_attr __ARGS((int syncing, int displaying, int *can_spell, int keep_state));
1772 * When "can_spell" is not NULL set it to TRUE when spell-checking should be
1776 get_syntax_attr(col, can_spell, keep_state)
1778 int *can_spell;
1783 if (can_spell != NULL)
1786 *can_spell = syn_block->b_syn_spell == SYNSPL_DEFAULT
1817 attr = syn_current_attr(FALSE, TRUE, can_spell,
1829 syn_current_attr(syncing, displaying, can_spell, keep_state)
1832 int *can_spell; /* return: do spell checking */
2311 if (can_spell !
[all...]
H A Dscreen.c4060 int can_spell = TRUE; local
4076 has_spell ? &can_spell :
4124 can_spell))
H A Dspell.c2181 int can_spell; local
2282 FALSE, &can_spell, FALSE);
2283 if (!can_spell)
2288 can_spell = TRUE;
2290 if (can_spell)

Completed in 304 milliseconds