Searched refs:stkerr (Results 1 – 2 of 2) sorted by relevance
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); }106 int stkerr; variable
552 while (stkerr == 0) { in commnds()554 if (stkerr == 0) in commnds()1204 stkerr = 0; in init()1236 stkerr = 0; in pushp()1245 stkerr = 1; in pop()