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

/osnet-11/usr/src/lib/libast/common/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 */
217 case REX_TRIE:
260 case REX_TRIE:
619 case REX_TRIE:
1973 * trie() tries to combine nontrivial e and f into a REX_TRIE
1987 if (!(g = node(env, REX_TRIE, 0, 0, (UCHAR_MAX + 1) * sizeof(Trie_node_t*))))
1994 else if (f->type != REX_TRIE)
H A Dregnexec.c82 "REX_TRIE",
1731 case REX_TRIE:

Completed in 36 milliseconds