Searched refs:jqp_int_flavours_t (Results 1 – 4 of 4) sorted by relevance
61 typedef uint8_t jqp_int_flavours_t; typedef62 #define JQP_INT_SKIP ((jqp_int_flavours_t) 0x01U)63 #define JQP_INT_LIMIT ((jqp_int_flavours_t) 0x02U)160 jqp_int_flavours_t flavour;167 jqp_int_flavours_t flavour;
23 static JQPUNIT *_jqp_number(struct _yycontext *yy, jqp_int_flavours_t flv, const char *text);
30 static JQPUNIT *_jqp_number(struct _yycontext *yy, jqp_int_flavours_t flv, const char *text);
163 static JQPUNIT *_jqp_number(yycontext *yy, jqp_int_flavours_t flavour, const char *text) { in _jqp_number()