Searched refs:Rex_t (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/regex/ |
H A D | regcomp.c | 94 Rex_t* x; /* max length REX_STRING */ 95 Rex_t* y; /* max length REX_TRIE */ 128 Rex_t* paren[2*(BACK_REF_MAX+2)]; 137 * allocate a new Rex_t node 144 static Rex_t* 147 register Rex_t* e; 149 DEBUG_TEST(0x0800,(sfprintf(sfstdout, "%s:%d node(%d,%d,%d,%u)\n", file, line, type, lo, hi, sizeof(Rex_t) + extra)),(0)); 150 if (e = (Rex_t*)alloc(env->disc, 0, sizeof(Rex_t) + extra)) 152 memset(e, 0, sizeof(Rex_t) [all...] |
H A D | regstat.c | 33 register Rex_t* e;
|
H A D | reglib.h | 313 * Rex_t subtypes 491 * Rex_t is a node in a regular expression 515 void* data; /* data after Rex_t */ 526 } Rex_t; typedef in typeref:struct:Rex_s 547 Rex_t done; /* the last continuation */ 585 extern void drop(regdisc_t*, Rex_t*);
|
H A D | regnexec.c | 89 static const char* rexname(Rex_t* rex) 248 _matchpush(Env_t* env, Rex_t* rex) 280 pospush(Env_t* env, Rex_t* rex, unsigned char* p, int be) 399 static int parse(Env_t*, Rex_t*, Rex_t*, unsigned char*); 402 parserep(Env_t* env, Rex_t* rex, Rex_t* cont, unsigned char* s, int n) 406 Rex_t catcher; 499 parsetrie(Env_t* env, Trie_node_t* x, Rex_t* rex, Rex_t* con [all...] |
H A D | regrexec.c | 57 Rex_t* e;
|
H A D | regdecomp.c | 72 decomp(register Rex_t* e, Sfio_t* sp, int type, int delimiter, regflags_t flags) 74 Rex_t* q;
|
Completed in 20 milliseconds