Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c5067 int pat_count = 0; // nr of syn_patterns found in syn_cmd_region() local
5198 ++pat_count; in syn_cmd_region()
5224 else if (ga_grow(&(curwin->w_s->b_syn_patterns), pat_count) != FAIL in syn_cmd_region()