Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c228 int *sync_idx; // syntax item for "grouphere" argument, NULL member
4654 if (opt->sync_idx == NULL) in get_syn_options()
4667 *opt->sync_idx = NONE_IDX; in get_syn_options()
4676 *opt->sync_idx = i; in get_syn_options()
4836 syn_opt_arg.sync_idx = NULL; in syn_cmd_keyword()
4949 int sync_idx = 0; in syn_cmd_match() local
4959 syn_opt_arg.sync_idx = syncing ? &sync_idx : NULL; in syn_cmd_match()
4999 SYN_ITEMS(curwin->w_s)[idx].sp_sync_idx = sync_idx; in syn_cmd_match()
5088 syn_opt_arg.sync_idx = NULL; in syn_cmd_region()