Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/
Djqp.leg38 static JQPUNIT *_jqp_json_number(struct _yycontext *yy, const char *text);
229 NUMJ = <('-'? NUMI NUMF? NUME?)> { $$ = _jqp_json_number(yy, yytext); }
231 NUMPK = <(NUMI)> { $$ = _jqp_json_number(yy, yytext); }
Djqp.c45 static JQPUNIT *_jqp_json_number(struct _yycontext *yy, const char *text);
508 __ = _jqp_json_number(yy, yytext); ; in yy_1_NUMPK()
522 __ = _jqp_json_number(yy, yytext); ; in yy_1_NUMJ()
/third_party/ejdb/src/jql/inc/
Djqpx.c188 static JQPUNIT* _jqp_json_number(yycontext *yy, const char *text) { in _jqp_json_number() function