Searched refs:ccl_set_union (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A Dccl.c154 /* ccl_set_union - create a new ccl as the set union of the two given ccls. */
156 ccl_set_union (int a, int b) function
173 fprintf(stderr, "ccl_set_union (%d + %d = %d", a, b, d);
H A Dflexdef.h746 extern int ccl_set_union (int a, int b); /* set union of two ccls. */
H A Dparse.y774 | fullccl CCL_OP_UNION braceccl { $$ = ccl_set_union ($1, $3); }
/freebsd-10.3-release/usr.bin/lex/
H A Dinitparse.c1545 { yyval = ccl_set_union (yystack.l_mark[-2], yystack.l_mark[0]); }

Completed in 118 milliseconds