Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c690 debunk(alloc(len, ATEMP), in expand()
704 (debunk(s, s, strlen(s) + 1), s)); in expand()
862 XPput(*wp, debunk(p, p, strlen(p) + 1)); in expand()
1352 XPput(*wp, debunk(cp, cp, strlen(cp) + 1)); in glob()
1471 debunk(xp, sp, Xnleft(*xs, xp)); in globit()
1517 debunk(char *dp, const char *sp, size_t dlen) in debunk() function
1670 XPput(*wp, debunk(start, start, end - start)); in alt_expand()
Dsh.h1553 char *debunk(char *, const char *, size_t);
Dmisc.c593 debunk(t, p, len); in gmatchx()