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

/freebsd-12-stable/contrib/flex/
H A Dccl.c123 /* ccl_set_diff - create a new ccl as the set difference of the two given ccls. */
125 ccl_set_diff (int a, int b) function
142 fprintf(stderr, "ccl_set_diff (");
H A Dflexdef.h745 extern int ccl_set_diff (int a, int b); /* set difference of two ccls. */
H A Dparse.y773 fullccl CCL_OP_DIFF braceccl { $$ = ccl_set_diff ($1, $3); }
/freebsd-12-stable/usr.bin/lex/
H A Dinitparse.c1543 { yyval = ccl_set_diff (yystack.l_mark[-2], yystack.l_mark[0]); }

Completed in 177 milliseconds