Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c32 static const char *wdvarput(struct shf *, const char *, int, int);
287 wdvarput(shf, iop->delim, 0, WDS_TPUTS); in pioact()
294 wdvarput(shf, iop->name, 0, WDS_TPUTS); in pioact()
302 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode) in wdvarput() function
389 wp = wdvarput(shf, wp, 0, opmode); in wdvarput()
466 wdvarput(shf, va_arg(va, char *), 0, WDS_TPUTS); in vfptreef()
653 wdvarput(&shf, wp, 0, opmode); in wdstrip()