Searched refs:alt_root (Results 1 – 1 of 1) sorted by relevance
4902 Node* alt_root; member5177 iarg.alt_root = NULL_NODE; in parse_exp()5178 iarg.ptail = &(iarg.alt_root); in parse_exp()5183 onig_node_free(iarg.alt_root); in parse_exp()5186 if (IS_NOT_NULL(iarg.alt_root)) { in parse_exp()5187 Node* work = onig_node_new_alt(*np, iarg.alt_root); in parse_exp()5189 onig_node_free(iarg.alt_root); in parse_exp()
Completed in 15 milliseconds