Searched refs:VALSUB (Results 1 – 4 of 4) sorted by relevance
380 case VALSUB: in wdvarput()634 case VALSUB: in wdscan()888 case VALSUB: in dumpwdvar_i()
319 case VALSUB: in expand()332 case VALSUB: in expand()334 *dp++ = c == VALSUB ? '|' : ' '; in expand()1613 } else if (fn == VALSUB) { in comsub()
421 c = VALSUB; in yylex()
2003 #define VALSUB 15 /* ${|foo;} substitution (NUL terminated) */ macro