Home
last modified time | relevance | path

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

/aoo41x/main/rsc/source/rscpp/
H A Dcpp5.c96 isbinary(op) in isbinary() function
109 #define isbinary(op) (op >= FIRST_BINOP && op <= LAST_BINOP) macro
783 if (isbinary(op)) in evaleval()
787 fprintf( pCppOut, "%s op %s", (isbinary(op)) ? "binary" : "unary", in evaleval()
789 if (isbinary(op)) in evaleval()

Completed in 14 milliseconds