Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/
Djqp.leg31 static void _jqp_set_limit(struct _yycontext *yy, JQPUNIT *unit);
110 … _jqp_number(yy, JQP_INT_LIMIT, yytext); } | p:PLACEHOLDER { $$ = p; }) { _jqp_set_limit(yy, $$); }
Djqp.c38 static void _jqp_set_limit(struct _yycontext *yy, JQPUNIT *unit);
1623 _jqp_set_limit(yy, __); ; in yy_3_LIMIT()
/third_party/ejdb/src/jql/inc/
Djqpx.c865 static void _jqp_set_limit(yycontext *yy, JQPUNIT *unit) { in _jqp_set_limit() function