Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c259 #define VALID_STATE(ssp) ((ssp)->ga_itemsize != 0) macro
417 if (VALID_STATE(&current_state) in syntax_start()
1620 if (VALID_STATE(&current_state) && lnum == current_lnum + 1) in syntax_check_changed()