Home
last modified time | relevance | path

Searched refs:SUBT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y39 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ
46 %left ADD SUBT
73 | expr SUBT expr = { $$ = arith(SUBT, $1, $3); }
113 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
182 case SUBT: in arith()
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c51 #define SUBT 269 macro
95 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
271 case SUBT: in arith()
562 case SUBT: in expres()