Lines Matching refs:list_op
353 static void syn_combine_list(short **clstr1, short **clstr2, int list_op);
5322 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()
5615 &clstr_list, list_op); in syn_cmd_cluster()