Searched refs:CCL_OP_UNION (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/usr.bin/lex/
H A Dinitparse.h41 #define CCL_OP_UNION 297 macro
H A Dinitparse.c184 #define CCL_OP_UNION 297 macro
386 "CCE_NEG_UPPER","CCE_NEG_XDIGIT","CCL_OP_DIFF","CCL_OP_UNION",
454 "fullccl : fullccl CCL_OP_UNION braceccl",
H A Dinitscan.c3402 return CCL_OP_UNION;
/freebsd-13-stable/contrib/flex/src/
H A Dparse.y13 %left CCL_OP_DIFF CCL_OP_UNION
776 | fullccl CCL_OP_UNION braceccl { $$ = ccl_set_union ($1, $3); }
H A Dscan.l683 "{+}" return CCL_OP_UNION;

Completed in 140 milliseconds