Searched refs:OEND (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/nvi/regex/
H A Dregex2.h84 #define OEND (1) /* endmarker - */ macro
149 sopno firststate; /* the initial OEND (normally 0) */
150 sopno laststate; /* the final OEND */
H A Dregcomp.c265 EMIT(OEND, 0);
273 EMIT(OEND, 0);
1677 } while (s != OEND);
1718 return(0); /* there may not be an OEND */
1733 } while (s != OEND);
H A Dengine.c150 register const sopno gf = g->firststate+1; /* +1 for OEND */
344 case OEND:
910 case OEND:
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex2.h72 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
136 sopno firststate; /* the initial OEND (normally 0) */
137 sopno laststate; /* the final OEND */
H A Dregcomp.c221 EMIT(OEND, 0);
229 EMIT(OEND, 0);
1499 } while (OP(s) != OEND);
1534 return(0); /* there may not be an OEND */
1549 } while (OP(s) != OEND);
H A Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
330 case OEND:
866 case OEND:
/freebsd-10-stable/lib/libc/regex/grot/
H A Ddebug.c84 if (OP(g->strip[0]) != OEND)
85 fprintf(d, "missing initial OEND!\n");
89 case OEND:
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c144 if (OP(g->strip[0]) != OEND)
145 fprintf(d, "missing initial OEND!\n");
149 case OEND:
/freebsd-10-stable/lib/libc/regex/
H A Dregex2.h85 #define OEND (1L<<OPSHIFT) /* endmarker - */ macro
172 sopno firststate; /* the initial OEND (normally 0) */
173 sopno laststate; /* the final OEND */
H A Dregcomp.c265 EMIT(OEND, 0);
273 EMIT(OEND, 0);
1494 case OEND:
1563 } while (OP(s) != OEND);
1802 return(0); /* there may not be an OEND */
1817 } while (OP(s) != OEND);
H A Dengine.c161 const sopno gf = g->firststate+1; /* +1 for OEND */
409 case OEND:
997 case OEND:

Completed in 74 milliseconds