Searched refs:WDS_TPUTS (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dtree.c278 * x${foo:-"hi"} -> x${foo:-hi} unless WDS_TPUTS
302 if (opmode & WDS_TPUTS) {
327 if (opmode & WDS_TPUTS) {
333 if (opmode & WDS_TPUTS) {
422 wdvarput(shf, va_arg(va, char *), 0, WDS_TPUTS);
H A Dsh.h1822 #define WDS_TPUTS BIT(0) /* tputS (dumpwdvar) mode */ macro

Completed in 112 milliseconds