Searched refs:TK_IntegerDecimal (Results 1 – 9 of 9) sorted by relevance
24 #define TK_IntegerDecimal 268 macro154 {{p = ((te))-1;}token( TK_IntegerDecimal );} in main()184 {{p = ((te))-1;}{token( TK_IntegerDecimal );}} in main()264 {te = p;p--;{token( TK_IntegerDecimal );}} in main()276 {te = p+1;{token( TK_IntegerDecimal );}} in main()
22 #define TK_IntegerDecimal 26890 {token( TK_IntegerDecimal );};
21 #define TK_IntegerDecimal 21895 ( ( '0' | [1-9] [0-9]* ) [ulUL]{0,3} ) { token( TK_IntegerDecimal );};
21 #define TK_IntegerDecimal 21883 => { token( TK_IntegerDecimal );};
24 static const int TK_IntegerDecimal = 218;85 => { token( TK_IntegerDecimal );};
24 #define TK_IntegerDecimal 218 macro
24 const int TK_IntegerDecimal = 218;78 action emit_integer_decimal { token( TK_IntegerDecimal ); }
21 #define TK_IntegerDecimal 21889 integer_decimal = ( ( '0' | [1-9] [0-9]* ) [ulUL]{0,3} ) @{tok = TK_IntegerDecimal;};
19 action emit_integer_decimal { fsm->token( TK_IntegerDecimal ); }