Searched refs:pre_op (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xcalc/dist/
H A Dxcalc.h139 extern int pre_op(int keynum);
H A Dactions.c42 #define XCALC_PRE_OP(keynum) { if (pre_op(keynum)) return; \
45 #define XCALC_PRE_OP(keynum) if (pre_op(keynum)) return;
H A Dmath.c140 int pre_op(int keynum) function in typeref:typename:int

Completed in 4 milliseconds