Searched refs:ccl_set_union (Results 1 – 3 of 3) sorted by relevance
158 ccl_set_union(int a, int b) in ccl_set_union() function
704 extern int ccl_set_union (int a, int b); /* set union of two ccls. */
773 | fullccl CCL_OP_UNION braceccl { $$ = ccl_set_union ($1, $3); }