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 290 wdvarput(shf, iop->delim, 0, WDS_TPUTS);
295 wdvarput(shf, iop->ioname, 0, WDS_TPUTS);
312 * x${foo:-"hi"} -> x${foo:-hi} unless WDS_TPUTS
334 if (opmode & WDS_TPUTS)
379 if (opmode & WDS_TPUTS) {
385 if (opmode & WDS_TPUTS) {
469 wdvarput(shf, va_arg(va, char *), 0, WDS_TPUTS);
sh.h     [all...]

Completed in 288 milliseconds