Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/regex/
H A Dreglib.h128 #define T_META ((int)UCHAR_MAX+1) macro
129 #define T_STAR (T_META+0)
130 #define T_PLUS (T_META+1)
131 #define T_QUES (T_META+2)
132 #define T_BANG (T_META+3)
133 #define T_AT (T_META+4)
134 #define T_TILDE (T_META+5)
135 #define T_PERCENT (T_META+6)
136 #define T_LEFT (T_META+7)
137 #define T_OPEN (T_META+8)
H A Dregdecomp.c31 #define ismeta(c,t,e,d) (state.magic[c] && state.magic[c][(t)+(e)] >= T_META || (c) == (d))
H A Dregcomp.c646 if (c >= T_META) in magic()
749 if (c >= T_META) in magic()
790 if (escaped == 1 && (env->flags & REG_LENIENT) && (c = mp[env->type+escaped+2]) >= T_META) in magic()
1240 if (env->token.len > 1 || w >= 0 && w < T_META) in bra()
1507 if (env->token.len > 1 || w >= 0 && w < T_META) in bra()
2552 while ((c = token(env)) < T_META && s < &buf[sizeof(buf) - env->token.len]) in seq()