Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c5168 Node *node, **headp; in parse_branch() local
5179 headp = &(NCONS(*top).right); in parse_branch()
5185 *headp = node; in parse_branch()
5187 headp = &(NCONS(node).right); in parse_branch()
5190 *headp = node_new_list(node, NULL); in parse_branch()
5191 headp = &(NCONS(*headp).right); in parse_branch()
5205 Node *node, **headp; in parse_subexp() local
5219 headp = &(NCONS(*top).right); in parse_subexp()
5226 *headp = node_new_alt(node, NULL); in parse_subexp()
5227 headp = &(NCONS(*headp).right); in parse_subexp()

Completed in 21 milliseconds