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()
627 case VALSUB: in wdscan()
881 case VALSUB: in dumpwdvar_i()
Deval.c308 case VALSUB: in expand()
321 case VALSUB: in expand()
323 *dp++ = c == VALSUB ? '|' : ' '; in expand()
1452 } else if (fn == VALSUB) { in comsub()
Dlex.c416 c = VALSUB; in yylex()
Dsh.h1716 #define VALSUB 15 /* ${|foo;} substitution (NUL terminated) */ macro