Searched refs:Celt_t (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reglib.h | 290 } Celt_t; typedef 366 Celt_t* elements;
|
H A D | regcomp.c | 1031 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 D | regnexec.c | 582 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()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 290 } Celt_t; typedef 366 Celt_t* elements;
|
H A D | regcomp.c | 1022 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 D | regnexec.c | 583 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()
|