Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/
Djqp.leg51 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); }
Djqp.c58 static JQPUNIT *_jqp_pop_node_chain(struct _yycontext *yy, JQPUNIT *until);
1175 __ = _jqp_pop_node_chain(yy, fn); ; in yy_4_FILTER()
/third_party/ejdb/src/jql/inc/
Djqpx.c710 static JQPUNIT* _jqp_pop_node_chain(yycontext *yy, JQPUNIT *until) { in _jqp_pop_node_chain() function