Searched refs:INCR_DECR (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/bc-21/bc/bc/
H A Dbc.h16 #define INCR_DECR 266 macro
H A Dsbc.y53 %token <c_value> INCR_DECR
78 %nonassoc INCR_DECR
387 | INCR_DECR named_expression
406 | named_expression INCR_DECR
H A Dbc.y74 %token <c_value> INCR_DECR
104 %nonassoc INCR_DECR
568 | INCR_DECR named_expression
587 | named_expression INCR_DECR
H A Dscan.l289 \+\+|-- { yylval.c_value = yytext[0]; return(INCR_DECR); }
H A Dbc.c17 #define INCR_DECR 266 macro
207 "AND","OR","NOT","STRING","NAME","NUMBER","ASSIGN_OP","REL_OP","INCR_DECR","Define",
H A Dscan.c1248 { yylval.c_value = yytext[0]; return(INCR_DECR); }

Completed in 132 milliseconds