Searched refs:_jqp_pop_node_chain (Results 1 – 3 of 3) sorted by relevance
51 static JQPUNIT *_jqp_pop_node_chain(struct _yycontext *yy, JQPUNIT *until);153 …qp_unit_push(yy, fn); } (n:NODE { _jqp_unit_push(yy, n); })*) { $$ = _jqp_pop_node_chain(yy, fn); }
58 static JQPUNIT *_jqp_pop_node_chain(struct _yycontext *yy, JQPUNIT *until);1175 __ = _jqp_pop_node_chain(yy, fn); ; in yy_4_FILTER()
710 static JQPUNIT* _jqp_pop_node_chain(yycontext *yy, JQPUNIT *until) { in _jqp_pop_node_chain() function