Searched defs:here (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c111 const char *offp; /* offsets work from here */
113 const char *endp; /* end of string -- virtual NUL here */
114 const char *coldp; /* can be no match starting before here */
311 /* despite initial appearances, there is no match here */
364 const char *stp; /* string matched by it cannot pass here */
978 onestate here; /* note, macros know this name */ local
984 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
1021 case OBACK_: /* ignored here */
1035 INIT(here, p
[all...]

Completed in 18 milliseconds