Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/
Djqp.h65 #define JQP_INT_SKIP ((jqp_int_flavours_t) 0x01U) macro
Djqp.leg108 SKIP = "skip" __ (<NUMI> { $$ = _jqp_number(yy, JQP_INT_SKIP, yytext); } | p:PLACEHOLDER { $$ = p; …
Djqp.c1703 __ = _jqp_number(yy, JQP_INT_SKIP, yytext); ; in yy_1_SKIP()