Searched defs:MUSTNOTSEE (Results 1 – 3 of 3) sorted by relevance
161 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) macro
266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) macro
213 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) macro