Home | History | Annotate | Download | only in regex

Lines Matching refs:sep

303 	char *sep;	/* end of string matched by subsubRE */
389 sep = slow(m, ssp, rest, ssub, esub);
390 if (sep == NULL || sep == ssp)
393 ssp = sep;
395 if (sep == NULL) {
397 sep = ssp;
400 assert(sep == rest); /* must exhaust substring */
401 assert(slow(m, ssp, sep, ssub, esub) == rest);
402 if (dissect(m, ssp, sep, ssub, esub) != sep) {
403 assert(0 && "dissect(...) should return sep");