Lines Matching refs:opmode
302 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode) in wdvarput() argument
324 if ((opmode & WDS_MAGIC) && in wdvarput()
335 if (opmode & WDS_TPUTS) { in wdvarput()
339 if (!(opmode & WDS_KEEPQ)) in wdvarput()
371 if (opmode & WDS_TPUTS) { in wdvarput()
377 if (opmode & WDS_TPUTS) { in wdvarput()
389 wp = wdvarput(shf, wp, 0, opmode); in wdvarput()
396 if (opmode & WDS_MAGIC) { in wdvarput()
409 if (opmode & WDS_MAGIC) in wdvarput()
648 wdstrip(const char *wp, int opmode) in wdstrip() argument
653 wdvarput(&shf, wp, 0, opmode); in wdstrip()