Lines Matching refs:se
476 const char *se, *pe; in gmatchx() local
481 se = s + strlen(s); in gmatchx()
493 return (do_gmatch((const unsigned char *) s, (const unsigned char *) se, in gmatchx()
570 do_gmatch(const unsigned char *s, const unsigned char *se, in do_gmatch() argument
581 sc = s < se ? *s : '\0'; in do_gmatch()
608 if (do_gmatch(s, se, p, pe)) in do_gmatch()
610 } while (s++ < se); in do_gmatch()
624 do_gmatch(s, se, prest, pe)) in do_gmatch()
628 for (srest = s; srest <= se; srest++) { in do_gmatch()
630 (do_gmatch(srest, se, prest, pe) || in do_gmatch()
632 se, p - 2, pe)))) in do_gmatch()
648 do_gmatch(s, se, prest, pe)) in do_gmatch()
652 srest = prest == pe ? se : s; in do_gmatch()
653 for (; srest <= se; srest++) { in do_gmatch()
655 do_gmatch(srest, se, prest, pe)) in do_gmatch()
667 for (srest = s; srest <= se; srest++) { in do_gmatch()
681 do_gmatch(srest, se, prest, pe)) in do_gmatch()
692 return (s == se); in do_gmatch()