Searched refs:_jqp_json_number (Results 1 – 3 of 3) sorted by relevance
38 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); }
45 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()
188 static JQPUNIT* _jqp_json_number(yycontext *yy, const char *text) { in _jqp_json_number() function