Searched refs:JQP_INT_LIMIT (Results 1 – 3 of 3) sorted by relevance
63 #define JQP_INT_LIMIT ((jqp_int_flavours_t) 0x02U) macro
110 LIMIT = "limit" __ (<NUMI> { $$ = _jqp_number(yy, JQP_INT_LIMIT, yytext); } | p:PLACEHOLDER { $$ = …
1655 __ = _jqp_number(yy, JQP_INT_LIMIT, yytext); ; in yy_1_LIMIT()