Home | History | Annotate | Download | only in regex

Lines Matching defs:here

94 	const char *offp;	/* offsets work from here */
96 const char *endp; /* end of string -- virtual NUL here */
97 const char *coldp; /* can be no match starting before here */
388 /* despite initial appearances, there is no match here */
443 const char *stp; /* string matched by it cannot pass here */
1046 onestate here; /* note, macros know this name */
1052 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
1105 case OBACK_: /* ignored here */
1119 INIT(here, pc);
1129 case OLPAREN: /* not significant here */
1139 if (ISSTATEIN(aft, here)) {
1242 * duplicate here avoids having a debugging-capable regexec.o tied to