Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c5443 Node *node, **headp; in parse_branch() local
5454 headp = &(NCDR(*top)); in parse_branch()
5460 *headp = node; in parse_branch()
5462 headp = &(NCDR(node)); in parse_branch()
5465 *headp = node_new_list(node, NULL); in parse_branch()
5466 headp = &(NCDR(*headp)); in parse_branch()
5480 Node *node, **headp; in parse_subexp() local
5494 headp = &(NCDR(*top)); in parse_subexp()
5501 *headp = onig_node_new_alt(node, NULL); in parse_subexp()
5502 headp = &(NCDR(*headp)); in parse_subexp()

Completed in 22 milliseconds