Searched defs:stkerr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dc/
H A Ddc.h64 #define EMPTY if (stkerr != 0) {PRINT_MESSAGE; continue; }
65 #define EMPTYR(x) if (stkerr != 0) {pushp(x); PRINT_MESSAGE; continue; }
66 #define EMPTYS if (stkerr != 0) {PRINT_MESSAGE; return (1); }
67 #define EMPTYSR(x) if (stkerr != 0) {PRINT_MESSAGE; pushp(x); return (1); }
106 int stkerr; variable

Completed in 58 milliseconds