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

/osnet-11/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
[all...]
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.c656 if (c >= T_META)
759 if (c >= T_META)
800 if (escaped == 1 && (env->flags & REG_LENIENT) && (c = mp[env->type+escaped+2]) >= T_META)
1250 if (env->token.len > 1 || w >= 0 && w < T_META)
1517 if (env->token.len > 1 || w >= 0 && w < T_META)
2582 while ((c = token(env)) < T_META && s < &buf[sizeof(buf) - env->token.len])

Completed in 32 milliseconds