Home
last modified time | relevance | path

Searched refs:EPSILON_BIT (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h249 #define EPSILON_BIT 8 macro
250 OP_OPEN_SUBEXP = EPSILON_BIT | 0,
251 OP_CLOSE_SUBEXP = EPSILON_BIT | 1,
252 OP_ALT = EPSILON_BIT | 2,
253 OP_DUP_ASTERISK = EPSILON_BIT | 3,
254 ANCHOR = EPSILON_BIT | 4,
360 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT)