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

/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-compile.c11 - Fix tre_ast_to_tnfa() to recurse using a stack instead of recursive
1788 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, function
1803 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs);
1806 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs);
1817 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs);
1820 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs);
1837 errcode = tre_ast_to_tnfa(iter->arg, transitions, counts, offs);
2009 tre_ast_to_tnfa(tree, NULL, counts, NULL);
2025 errcode = tre_ast_to_tnfa(tree, transitions, counts, offs);

Completed in 51 milliseconds