Searched refs:grabstackstr (Results 1 - 8 of 8) sorted by last modified time

/netbsd-current/bin/sh/
H A Dexpand.c205 p = grabstackstr(expdest);
403 (void) grabstackstr(expdest);
592 q = grabstackstr(expdest); /* keep the expression while eval'ing */
648 p = grabstackstr(dest); /* save what we have there currently */
2186 p = grabstackstr(expdest);
H A Deval.c202 p = grabstackstr(concat);
H A Dparser.c1510 pstr = grabstackstr(out);
H A Dmiscbltin.c215 newifs = grabstackstr(p);
H A Dhistedit.c574 dest = grabstackstr(dest);
H A Dexec.c308 *ap++ = grabstackstr(outp);
391 return grabstackstr(q + strlen(name) + 1);
686 grabstackstr(endname);
713 * this should be a grabstackstr() but is not needed:
H A Dmemalloc.h80 #define grabstackstr(p) stalloc((p) - stackblock()) macro
H A Darithmetic.c493 p = grabstackstr(concat);

Completed in 399 milliseconds