Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c357 case VALSUB: in wdvarput()
601 case VALSUB: in wdscan()
848 case VALSUB: in dumpwdvar_i()
Deval.c306 case VALSUB: in expand()
1363 } else if (fn == VALSUB) { in comsub()
Dlex.c416 c = VALSUB; in yylex()
Dsh.h1398 #define VALSUB 15 /* ${|foo;} substitution (NUL terminated) */ macro