Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/regex/
H A Dreglib.h72 #define MBSIZE(p) ((ast.tmp_int=mbsize(p))>0?ast.tmp_int:1) macro
H A Dregnexec.c663 if ((w = MBSIZE(s)) > 1) in collmatch()
1118 s += b[i] = MBSIZE(s); in parse()
1159 s += MBSIZE(s); in parse()
1161 for (; s <= e && i <= n; s += MBSIZE(s), i++) in parse()
1974 i = MBSIZE(s); in regnexec()
H A Dregcomp.c917 if ((env->token.len = MBSIZE(env->cursor)) > 1) in token()
970 env->token.len += MBSIZE(env->cursor + 1); in token()
979 env->token.len += MBSIZE(env->cursor + 1); in token()
1194 start = first + MBSIZE(first); in bra()
1197 begin = env->cursor + MBSIZE(env->cursor); in bra()
1208 env->cursor += (w = MBSIZE(env->cursor)); in bra()
1477 env->cursor += (w = MBSIZE(env->cursor)); in bra()
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE491 regex: use MBSIZE() instead of mbsize() to grab 1 char on err