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

/freebsd-13-stable/contrib/flex/src/
H A Dccl.c121 /* ccl_set_diff - create a new ccl as the set difference of the two given ccls. */
123 ccl_set_diff (int a, int b) function
140 fprintf(stderr, "ccl_set_diff (");
H A Dflexdef.h694 extern int ccl_set_diff (int a, int b); /* set difference of two ccls. */
H A Dparse.y775 fullccl CCL_OP_DIFF braceccl { $$ = ccl_set_diff ($1, $3); }
/freebsd-13-stable/usr.bin/lex/
H A Dinitparse.c1540 { yyval = ccl_set_diff (yystack.l_mark[-2], yystack.l_mark[0]); }

Completed in 113 milliseconds