Searched refs:REX_TRIE (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/regex/
H A Dreglib.h122 #define REX_TRIE 40 /* alternation of strings */ macro
H A Dregdecomp.c307 case REX_TRIE:
H A Dregcomp.c95 Rex_t* y; /* max length REX_TRIE */
216 case REX_TRIE:
259 case REX_TRIE:
618 case REX_TRIE:
1971 * trie() tries to combine nontrivial e and f into a REX_TRIE
1985 if (!(g = node(env, REX_TRIE, 0, 0, (UCHAR_MAX + 1) * sizeof(Trie_node_t*))))
1992 else if (f->type != REX_TRIE)
H A Dregnexec.c82 "REX_TRIE",
1732 case REX_TRIE:

Completed in 52 milliseconds