Lines Matching defs:END
85 #define END 0 /* no End of program. */
260 if (OP(regnext(scan)) == END) { /* Only one top-level choice. */
348 ender = regnode((paren) ? CLOSE+parno : END);
1077 case END:
1088 * We get here only if there's trouble -- normally "case END" is
1173 char op = EXACTLY; /* Arbitrary non-END op. */
1178 while (op != END) { /* While that wasn't END last time... */
1248 case END:
1249 p = "END";