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

/freebsd-10.1-release/usr.bin/lex/
H A Dinitparse.h41 #define CCL_OP_DIFF 296 macro
H A Dinitparse.c176 #define CCL_OP_DIFF 296 macro
376 "CCE_NEG_UPPER","CCE_NEG_XDIGIT","CCL_OP_DIFF","CCL_OP_UNION",
442 "fullccl : fullccl CCL_OP_DIFF braceccl",
H A Dinitscan.c3425 return CCL_OP_DIFF;
/freebsd-10.1-release/contrib/flex/
H A Dparse.y13 %left CCL_OP_DIFF CCL_OP_UNION
773 fullccl CCL_OP_DIFF braceccl { $$ = ccl_set_diff ($1, $3); }
H A Dscan.l655 "{-}" return CCL_OP_DIFF;

Completed in 59 milliseconds