Searched refs:EPSILON_BIT (Results 1 – 1 of 1) sorted by relevance
161 #define EPSILON_BIT 8 macro162 OP_OPEN_SUBEXP = EPSILON_BIT | 0,163 OP_CLOSE_SUBEXP = EPSILON_BIT | 1,164 OP_ALT = EPSILON_BIT | 2,165 OP_DUP_ASTERISK = EPSILON_BIT | 3,166 ANCHOR = EPSILON_BIT | 4,272 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT)
Completed in 4 milliseconds