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 287 wdvarput(shf, iop->delim, 0, WDS_TPUTS);
294 wdvarput(shf, iop->name, 0, WDS_TPUTS);
311 * x${foo:-"hi"} -> x${foo:-hi} unless WDS_TPUTS
335 if (opmode & WDS_TPUTS) {
371 if (opmode & WDS_TPUTS) {
377 if (opmode & WDS_TPUTS) {
466 wdvarput(shf, va_arg(va, char *), 0, WDS_TPUTS);
sh.h     [all...]

Completed in 52 milliseconds