Searched refs:debunk (Results 1 – 3 of 3) sorted by relevance
/external/mksh/src/ |
D | eval.c | 719 debunk(alloc(len, ATEMP), in expand() 732 debunk(dp, dp, strlen(dp) + 1)); in expand() 916 XPput(*wp, debunk(cp, cp, in expand() 1463 XPput(*wp, debunk(cp, cp, strlen(cp) + 1)); in glob() 1582 debunk(xp, sp, Xnleft(*xs, xp)); in globit() 1628 debunk(char *dp, const char *sp, size_t dlen) in debunk() function 1783 XPput(*wp, debunk(start, start, end - start)); in alt_expand()
|
D | misc.c | 670 debunk(t, p, len); in gmatchx()
|
D | sh.h | 1712 char *debunk(char *, const char *, size_t);
|