Home | History | Annotate | Download | only in src

Lines Matching full:sbeg

500 						char *s, *p, *d, *sbeg, *end;
528 sbeg = s;
568 if (!gmatchx(sbeg, tpat1, false))
573 while (sbeg <= end) {
574 if (gmatchx(sbeg, tpat2, false))
577 sbeg++;
582 while (p >= sbeg) {
587 gotmatch = tobool(gmatchx(sbeg, pat, false));
593 strndupx(end, sbeg, p - sbeg, ATEMP);
603 strndupx(end, s, sbeg - s, ATEMP);
606 sbeg = d + (sbeg - s) + strlen(rrep);