HomeSort by relevance Sort by last modified time
    Searched refs:WDS_TPUTS (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
tree.c 288 wdvarput(shf, iop->delim, 0, WDS_TPUTS);
293 wdvarput(shf, iop->ioname, 0, WDS_TPUTS);
310 * x${foo:-"hi"} -> x${foo:-hi} unless WDS_TPUTS
334 if (opmode & WDS_TPUTS) {
369 if (opmode & WDS_TPUTS) {
375 if (opmode & WDS_TPUTS) {
459 wdvarput(shf, va_arg(va, char *), 0, WDS_TPUTS);
sh.h     [all...]

Completed in 51 milliseconds