Home
last modified time | relevance | path

Searched refs:FUNSUB (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dtree.c347 case FUNSUB: in wdvarput()
590 case FUNSUB: in wdscan()
830 case FUNSUB: in dumpwdvar_i()
Deval.c281 case FUNSUB: in expand()
286 if (c == FUNSUB) { in expand()
295 if (c == FUNSUB) { in expand()
1321 } else if (fn == FUNSUB) { in comsub()
Dsyn.c1134 if (subtype == FUNSUB) { in yyrecursive()
Dlex.c430 c = FUNSUB; in yylex()
Dsh.h1328 #define FUNSUB 14 /* ${ foo;} substitution (NUL terminated) */ macro