Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregdecomp.c121 case REX_COLL_CLASS: in decomp()
262 case REX_COLL_CLASS: in decomp()
H A Dreglib.h91 #define REX_COLL_CLASS 9 /* collation order [...] */ macro
H A Dregcomp.c428 case REX_COLL_CLASS: in stats()
1473 if (!(e = node(env, REX_COLL_CLASS, 1, 1, (elements + 3) * sizeof(Celt_t)))) in bra()
1777 if (!(e = node(env, REX_COLL_CLASS, 1, 1, 2 * sizeof(Celt_t)))) in ccl()
1848 case REX_COLL_CLASS: in rep()
H A Dregnexec.c951 case REX_COLL_CLASS: in parse()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE349 07-10-31 regex/regcomp.c: fix REX_COLL_CLASS node allocation size