Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h122 #define REX_TRIE 40 /* alternation of strings */ macro
H A Dregdecomp.c307 case REX_TRIE: in decomp()
H A Dregcomp.c216 case REX_TRIE: in drop()
259 case REX_TRIE: in mark()
618 case REX_TRIE: in stats()
1985 if (!(g = node(env, REX_TRIE, 0, 0, (UCHAR_MAX + 1) * sizeof(Trie_node_t*)))) in trie()
1992 else if (f->type != REX_TRIE) in trie()
H A Dregnexec.c1732 case REX_TRIE: in parse()