Home
last modified time | relevance | path

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

/third_party/mksh/
Dmisc.c823 const unsigned char *srest; in do_gmatch() local
905 for (srest = s; srest <= se; srest++) { in do_gmatch()
906 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch()
907 (do_gmatch(srest, se, prest, pe, smin) || in do_gmatch()
908 (s != srest && in do_gmatch()
909 do_gmatch(srest, se, p - 2, pe, smin)))) in do_gmatch()
932 srest = prest == pe ? se : s; in do_gmatch()
933 for (; srest <= se; srest++) { in do_gmatch()
934 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch()
935 do_gmatch(srest, se, prest, pe, smin)) in do_gmatch()
[all …]