Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A Dccl.c158 ccl_set_union(int a, int b) in ccl_set_union() function
H A Dflexdef.h704 extern int ccl_set_union (int a, int b); /* set union of two ccls. */
H A Dparse.y773 | fullccl CCL_OP_UNION braceccl { $$ = ccl_set_union ($1, $3); }