Searched refs:VALSUB (Results 1 – 4 of 4) sorted by relevance
380 case VALSUB: in wdvarput()627 case VALSUB: in wdscan()881 case VALSUB: in dumpwdvar_i()
308 case VALSUB: in expand()321 case VALSUB: in expand()323 *dp++ = c == VALSUB ? '|' : ' '; in expand()1452 } else if (fn == VALSUB) { in comsub()
416 c = VALSUB; in yylex()
1716 #define VALSUB 15 /* ${|foo;} substitution (NUL terminated) */ macro