Searched defs:MUSTSEE (Results 1 – 3 of 3) sorted by relevance
151 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) macro
264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) macro
187 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) macro