Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c282 static int current_next_flags = 0; // flags for current_next_list variable
1438 sp->sst_next_flags = current_next_flags; in store_current_state()
1489 current_next_flags = from->sst_next_flags; in load_current_state()
2148 current_next_flags = lspp->sp_flags; in syn_current_attr()
2182 if (((current_next_flags & HL_SKIPWHITE) in syn_current_attr()
2184 || ((current_next_flags & HL_SKIPEMPTY) in syn_current_attr()
2330 && !(current_next_flags & (HL_SKIPNL | HL_SKIPEMPTY))) in syn_current_attr()
2514 current_next_flags = cur_si->si_flags; in check_state_ends()
2515 if (!(current_next_flags & (HL_SKIPNL | HL_SKIPEMPTY)) in check_state_ends()
2553 if ((current_next_flags & HL_HAS_EOL) in check_state_ends()