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

/ast/src/lib/libexpr/
H A DOexparse.h95 #define DEC 320 macro
H A Dextoken.c65 case DEC:
66 s = " DEC ";
360 return exlval.op = c == '+' ? INC : DEC;
H A Dexparse.y121 %right <op> INC DEC
874 | DEC variable
878 | variable DEC
H A Dexcc.c222 case DEC:
H A DOexparse.c136 #define DEC 320 macro
629 "DEC","CAST","MAXTOKEN",
711 "expr : DEC variable",
712 "expr : variable DEC",
H A Dexeval.c570 case DEC:

Completed in 27 milliseconds