Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c2138 synpat_T *lspp; in syn_current_attr() local
2142 lspp = &(SYN_ITEMS(syn_block)[next_match_idx]); in syn_current_attr()
2145 && lspp->sp_next_list != NULL) in syn_current_attr()
2147 current_next_list = lspp->sp_next_list; in syn_current_attr()
2148 current_next_flags = lspp->sp_flags; in syn_current_attr()