Searched refs:FUNSUB (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dtree.c355 case FUNSUB:
605 case FUNSUB:
847 case FUNSUB:
848 shf_puts("FUNSUB<", shf);
H A Deval.c301 case FUNSUB:
309 *dp++ = c == FUNSUB ? ' ' : '|';
1336 } else if (fn == FUNSUB) {
H A Dlex.c437 c = FUNSUB;
H A Dsh.h1338 #define FUNSUB 14 /* ${ foo;} substitution (NUL terminated) */ macro

Completed in 121 milliseconds