Home
last modified time | relevance | path

Searched refs:ssp (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c369 const char *ssp; /* start of string matched by subsubRE */ in dissect() local
464 ssp = sp; in dissect()
465 oldssp = ssp; in dissect()
467 sep = slow(m, ssp, rest, ssub, esub); in dissect()
468 if (sep == NULL || sep == ssp) in dissect()
470 oldssp = ssp; /* on to next try */ in dissect()
471 ssp = sep; in dissect()
475 sep = ssp; in dissect()
476 ssp = oldssp; in dissect()
479 assert(slow(m, ssp, sep, ssub, esub) == rest); in dissect()
[all …]