Searched refs:debunk (Results 1 – 3 of 3) sorted by relevance
/third_party/mksh/ |
D | eval.c | 794 debunk(alloc(len, ATEMP), in expand() 807 debunk(dp, dp, strlen(dp) + 1)); in expand() 1081 XPput(*wp, debunk(cp, cp, in expand() 1716 XPput(*wp, debunk(cp, cp, strlen(cp) + 1)); in glob() 1835 debunk(xp, sp, Xnleft(*xs, xp)); in globit() 1880 debunk(char *dp, const char *sp, size_t dlen) in debunk() function 2051 XPput(*wp, debunk(start, start, end - start)); in alt_expand()
|
D | misc.c | 698 debunk(t, p, len); in gmatchx() 1067 debunk(subp, subp, p - s - 3 + 1); in gmatch_cclass() 1159 debunk(subp, subp, p - s - 3 + 1); in gmatch_cclass()
|
D | sh.h | 2421 char *debunk(char *, const char *, size_t);
|