Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c258 #define INVALID_STATE(ssp) ((ssp)->ga_itemsize == 0) macro
443 if (INVALID_STATE(&current_state) && syn_block->b_sst_array != NULL) in syntax_start()
465 if (INVALID_STATE(&current_state)) in syntax_start()
1737 if (INVALID_STATE(&current_state)) in get_syntax_attr()