Searched refs:EPSILON_BIT (Results 1 – 1 of 1) sorted by relevance
256 #define EPSILON_BIT 8 macro257 OP_OPEN_SUBEXP = EPSILON_BIT | 0,258 OP_CLOSE_SUBEXP = EPSILON_BIT | 1,259 OP_ALT = EPSILON_BIT | 2,260 OP_DUP_ASTERISK = EPSILON_BIT | 3,261 ANCHOR = EPSILON_BIT | 4,367 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT)
Completed in 7 milliseconds