Searched refs:debunk (Results 1 – 3 of 3) sorted by relevance
/external/mksh/src/ |
D | eval.c | 690 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()
|
D | sh.h | 1553 char *debunk(char *, const char *, size_t);
|
D | misc.c | 593 debunk(t, p, len); in gmatchx()
|