Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h290 } Celt_t; typedef
366 Celt_t* elements;
H A Dregcomp.c1031 static Celt_t*
1032 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) in col()
1431 Celt_t* ce; in bra()
1473 if (!(e = node(env, REX_COLL_CLASS, 1, 1, (elements + 3) * sizeof(Celt_t)))) in bra()
1475 ce = (Celt_t*)e->re.data; in bra()
1757 Celt_t* ce; in ccl()
1777 if (!(e = node(env, REX_COLL_CLASS, 1, 1, 2 * sizeof(Celt_t)))) in ccl()
1779 ce = (Celt_t*)e->re.data; in ccl()
H A Dregnexec.c582 collelt(register Celt_t* ce, char* key, int c, int x) in collelt()
618 collic(register Celt_t* ce, char* key, register char* nxt, int c, int x) in collic()