Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dc/
H A Ddc.h61 #define PRINT_MESSAGE printf(gettext("stack empty\n")) macro
62 #define EMPTY if (stkerr != 0) {PRINT_MESSAGE; continue; }
63 #define EMPTYR(x) if (stkerr != 0) {pushp(x); PRINT_MESSAGE; continue; }
64 #define EMPTYS if (stkerr != 0) {PRINT_MESSAGE; return (1); }
65 #define EMPTYSR(x) if (stkerr != 0) {PRINT_MESSAGE; pushp(x); return (1); }