Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c5322 syn_combine_list(short **clstr1, short **clstr2, int list_op) in syn_combine_list() argument
5337 if (*clstr1 == NULL || list_op == CLUSTER_REPLACE) in syn_combine_list()
5339 if (list_op == CLUSTER_REPLACE) in syn_combine_list()
5341 if (list_op == CLUSTER_REPLACE || list_op == CLUSTER_ADD) in syn_combine_list()
5391 if (list_op == CLUSTER_ADD) in syn_combine_list()
5410 if (list_op == CLUSTER_ADD) in syn_combine_list()
5569 int list_op; in syn_cmd_cluster() local
5590 list_op = CLUSTER_ADD; in syn_cmd_cluster()
5596 list_op = CLUSTER_SUBTRACT; in syn_cmd_cluster()
5602 list_op = CLUSTER_REPLACE; in syn_cmd_cluster()
[all …]