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

/freebsd-current/usr.bin/lex/
H A Dinitparse.h41 #define CCL_OP_UNION 297 macro
H A Dinitparse.c183 #define CCL_OP_UNION 297 macro
385 "CCE_NEG_UPPER","CCE_NEG_XDIGIT","CCL_OP_DIFF","CCL_OP_UNION",
453 "fullccl : fullccl CCL_OP_UNION braceccl",
H A Dinitscan.c3402 return CCL_OP_UNION;
/freebsd-current/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 85 milliseconds