Home
last modified time | relevance | path

Searched refs:VALSUB (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dtree.c380 case VALSUB: in wdvarput()
628 case VALSUB: in wdscan()
882 case VALSUB: in dumpwdvar_i()
Deval.c314 case VALSUB: in expand()
327 case VALSUB: in expand()
329 *dp++ = c == VALSUB ? '|' : ' '; in expand()
1463 } else if (fn == VALSUB) { in comsub()
Dlex.c411 c = VALSUB; in yylex()
Dsh.h1926 #define VALSUB 15 /* ${|foo;} substitution (NUL terminated) */ macro