Lines Matching full:sbeg
479 char *s, *p, *d, *sbeg, *end;
557 sbeg = s;
579 if (!gmatchx(sbeg, tpat1, false))
584 while (sbeg <= end) {
585 if (gmatchx(sbeg, tpat2, false))
588 sbeg++;
593 while (p >= sbeg) {
598 gotmatch = tobool(gmatchx(sbeg, tpat0, false));
604 strndupx(end, s, sbeg - s, ATEMP);
607 sbeg = d + (sbeg - s) + strlen(rrep);