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

/ast/src/lib/libast/regex/
H A Dregdecomp.c60 if (x->end && x->son)
68 } while (x = x->son);
H A Dreglib.h467 * son points to a subtree of all strings with a common
479 struct Trie_node_s* son; member in struct:Trie_node_s
H A Dregcomp.c180 triedrop(disc, e->son);
1950 if (!t->son && !(t->son = trienode(env, *s)))
1952 t = t->son;
2993 else if (x->son)
2996 else if (x->son)
2997 b = bmtrie(env, a, v, x->son, n, m + 1, b);
H A Dregnexec.c515 x = x->son;
530 x = x->son;
546 if (x->son)
547 switch (parsetrie(env, x->son, rex, cont, s))

Completed in 246 milliseconds