Home
last modified time | relevance | path

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

/third_party/mksh/
Dtree.c380 case VALSUB: in wdvarput()
634 case VALSUB: in wdscan()
888 case VALSUB: in dumpwdvar_i()
Deval.c319 case VALSUB: in expand()
332 case VALSUB: in expand()
334 *dp++ = c == VALSUB ? '|' : ' '; in expand()
1613 } else if (fn == VALSUB) { in comsub()
Dlex.c421 c = VALSUB; in yylex()
Dsh.h2003 #define VALSUB 15 /* ${|foo;} substitution (NUL terminated) */ macro