Searched refs:TK_PlusPlus (Results 1 – 9 of 9) sorted by relevance
15 #define TK_PlusPlus 212117 '++' {token( TK_PlusPlus );};
15 #define TK_PlusPlus 212107 '++' => {token( TK_PlusPlus );};
18 static const int TK_PlusPlus = 212;109 '++' => {token( TK_PlusPlus );};
18 #define TK_PlusPlus 212 macro
18 const int TK_PlusPlus = 212;122 plus_plus = '++' @buf %{token( TK_PlusPlus );};
15 #define TK_PlusPlus 212111 plus_plus = '++' @{tok = TK_PlusPlus;};
63 plus_plus = '++' @buf %{fsm->token( TK_PlusPlus );};
16 #define TK_PlusPlus 262114 '++' {token( TK_PlusPlus );};
18 #define TK_PlusPlus 262 macro220 {te = p+1;{token( TK_PlusPlus );}} in main()