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

/freebsd-11-stable/usr.bin/lex/
H A Dinitparse.h42 #define CCL_OP_UNION 297 macro
H A Dinitparse.c177 #define CCL_OP_UNION 297 macro
376 "CCE_NEG_UPPER","CCE_NEG_XDIGIT","CCL_OP_DIFF","CCL_OP_UNION",
443 "fullccl : fullccl CCL_OP_UNION braceccl",
H A Dinitscan.c3430 return CCL_OP_UNION;
/freebsd-11-stable/contrib/flex/
H A Dparse.y13 %left CCL_OP_DIFF CCL_OP_UNION
774 | fullccl CCL_OP_UNION braceccl { $$ = ccl_set_union ($1, $3); }
H A Dscan.l656 "{+}" return CCL_OP_UNION;

Completed in 66 milliseconds