Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h72 #define MBSIZE(p) ((ast.tmp_int=mbsize(p))>0?ast.tmp_int:1) macro
H A Dregnexec.c662 if ((w = MBSIZE(s)) > 1) in collmatch()
1117 s += b[i] = MBSIZE(s); in parse()
1158 s += MBSIZE(s); in parse()
1160 for (; s <= e && i <= n; s += MBSIZE(s), i++) in parse()
1974 i = MBSIZE(s); in regnexec()
H A Dregcomp.c926 if ((env->token.len = MBSIZE(env->cursor)) > 1) in token()
979 env->token.len += MBSIZE(env->cursor + 1); in token()
988 env->token.len += MBSIZE(env->cursor + 1); in token()
1203 start = first + MBSIZE(first); in bra()
1206 begin = env->cursor + MBSIZE(env->cursor); in bra()
1217 env->cursor += (w = MBSIZE(env->cursor)); in bra()
1485 env->cursor += (w = MBSIZE(env->cursor)); in bra()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE679 regex: use MBSIZE() instead of mbsize() to grab 1 char on err