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

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c364 const char *stp; /* string matched by it cannot pass here */ local
420 stp = stop;
423 rest = slow(m, sp, stp, ss, es);
430 stp = rest - 1;
431 assert(stp >= sp); /* it did work */
449 stp = stop;
452 rest = slow(m, sp, stp, ss, es);
459 stp = rest - 1;
460 assert(stp >= sp); /* it did work */
490 stp
[all...]

Completed in 15 milliseconds