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);
299 wdvarput(shf, iop->delim, 0, WDS_TPUTS); in pioact()
304 wdvarput(shf, iop->ioname, 0, WDS_TPUTS); in pioact()
312 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode) in wdvarput() function
410 wp = wdvarput(shf, wp, 0, opmode); in wdvarput()
483 wdvarput(shf, va_arg(va, char *), 0, WDS_TPUTS); in vfptreef()
676 wdvarput(&shf, wp, 0, opmode); in wdstrip()