Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dc/
H A Ddc.h63 #define PRINT_MESSAGE printf(gettext("stack empty\n")) macro
64 #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); }