Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/regex/
H A Dreglib.h290 } Celt_t; typedef
366 Celt_t* elements;
H A Dregcomp.c1022 static Celt_t*
1023 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) in col()
1422 Celt_t* ce; in bra()
1465 if (!(e = node(env, REX_COLL_CLASS, 1, 1, (elements + 2) * sizeof(Celt_t)))) in bra()
1467 ce = (Celt_t*)e->re.data; in bra()
1734 Celt_t* ce; in ccl()
1754 if (!(e = node(env, REX_COLL_CLASS, 1, 1, 2 * sizeof(Celt_t)))) in ccl()
1756 ce = (Celt_t*)e->re.data; in ccl()
H A Dregnexec.c583 collelt(register Celt_t* ce, char* key, int c, int x) in collelt()
619 collic(register Celt_t* ce, char* key, register char* nxt, int c, int x) in collic()