Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c5430 Node *node, **headp; in parse_branch() local
5441 headp = &(NCDR(*top)); in parse_branch()
5447 *headp = node; in parse_branch()
5449 headp = &(NCDR(node)); in parse_branch()
5452 *headp = node_new_list(node, NULL); in parse_branch()
5453 headp = &(NCDR(*headp)); in parse_branch()
5467 Node *node, **headp; in parse_subexp() local
5481 headp = &(NCDR(*top)); in parse_subexp()
5488 *headp = onig_node_new_alt(node, NULL); in parse_subexp()
5489 headp = &(NCDR(*headp)); in parse_subexp()

Completed in 17 milliseconds