Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/
Djqp.leg25 static JQPUNIT *_jqp_unit_op(struct _yycontext *yy, const char *text);
176 NEXOP = ("not" __ { _jqp_op_negate(yy); })? <("in" | "ni" | "re")> { $$ = _jqp_unit_op(yy, yyt…
177 … | <(">=" | "gte")> { $$ = _jqp_unit_op(yy, yytext); }
178 … | <("<=" | "lte")> { $$ = _jqp_unit_op(yy, yytext); }
179 … | ('!' _ { _jqp_op_negate(yy); })? <('=' | "eq" | '~')> { $$ = _jqp_unit_op(yy, yytext); }
180 … | <('>' | "gt")> { $$ = _jqp_unit_op(yy, yytext); }
181 … | <('<' | "lt")> { $$ = _jqp_unit_op(yy, yytext); }
182 … | <('~')> { $$ = _jqp_unit_op(yy, yytext); }
Djqp.c32 static JQPUNIT *_jqp_unit_op(struct _yycontext *yy, const char *text);
854 __ = _jqp_unit_op(yy, yytext); ; in yy_9_NEXOP()
868 __ = _jqp_unit_op(yy, yytext); ; in yy_8_NEXOP()
882 __ = _jqp_unit_op(yy, yytext); ; in yy_7_NEXOP()
896 __ = _jqp_unit_op(yy, yytext); ; in yy_6_NEXOP()
924 __ = _jqp_unit_op(yy, yytext); ; in yy_4_NEXOP()
938 __ = _jqp_unit_op(yy, yytext); ; in yy_3_NEXOP()
952 __ = _jqp_unit_op(yy, yytext); ; in yy_2_NEXOP()
/third_party/ejdb/src/jql/inc/
Djqpx.c461 static JQPUNIT* _jqp_unit_op(yycontext *yy, const char *text) { in _jqp_unit_op() function