Searched refs:do_gmatch (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/bin/mksh/ |
| D | misc.c | 53 static int do_gmatch(const unsigned char *, const unsigned char *, 666 rv = do_gmatch((const unsigned char *)s, (const unsigned char *)se, in gmatchx() 750 do_gmatch(const unsigned char *s, const unsigned char *se, in do_gmatch() function 788 if (do_gmatch(s, se, p, pe)) in do_gmatch() 807 do_gmatch(s, se, prest, pe)) in do_gmatch() 812 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch() 813 (do_gmatch(srest, se, prest, pe) || in do_gmatch() 814 (s != srest && do_gmatch(srest, in do_gmatch() 834 do_gmatch(s, se, prest, pe)) in do_gmatch() 840 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch() [all …]
|