Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/
Djqp.h63 #define JQP_INT_LIMIT ((jqp_int_flavours_t) 0x02U) macro
Djqp.leg110 LIMIT = "limit" __ (<NUMI> { $$ = _jqp_number(yy, JQP_INT_LIMIT, yytext); } | p:PLACEHOLDER { $$ = …
Djqp.c1655 __ = _jqp_number(yy, JQP_INT_LIMIT, yytext); ; in yy_1_LIMIT()