Home | History | Annotate | Download | only in regexp

Lines Matching defs:END

85 #define	END	0	/* no	End of program. */
87 #define EOL 2 /* no Match "" at end of line. */
260 if (OP(regnext(scan)) == END) { /* Only one top-level choice. */
347 /* Make a closing node, and hook it on the end. */
348 ender = regnode((paren) ? CLOSE+parno : END);
362 FAIL("junk on end"); /* "Can't happen". */
488 /* FIXME: these chars only have meaning at beg/end of pat? */
590 * flags |= SIMPLE at the end.
618 /* End mult-char string one early */
721 - regtail - set the next-pointer at the end of a node chain
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";