Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c3675 if (curwin->w_s->b_syn_topgrp != 0) in syn_cmd_clear()
4710 if ((*flagsp & HL_CONTAINED) || curwin->w_s->b_syn_topgrp == 0) in syn_incl_toplevel()
4713 if (curwin->w_s->b_syn_topgrp >= SYNID_CLUSTER) in syn_incl_toplevel()
4717 int tlg_id = curwin->w_s->b_syn_topgrp - SYNID_CLUSTER; in syn_incl_toplevel()
4795 prev_toplvl_grp = curwin->w_s->b_syn_topgrp; in syn_cmd_include()
4796 curwin->w_s->b_syn_topgrp = sgl_id; in syn_cmd_include()
4800 curwin->w_s->b_syn_topgrp = prev_toplvl_grp; in syn_cmd_include()
5996 if (curwin->w_s->b_syn_topgrp >= SYNID_CLUSTER) in get_id_list()
5997 id = curwin->w_s->b_syn_topgrp; in get_id_list()
H A Dstructs.h2606 int b_syn_topgrp; // for ":syntax include" member