Searched refs:FUNSUB (Results 1 – 4 of 4) sorted by relevance
353 case FUNSUB: in wdvarput()600 case FUNSUB: in wdscan()845 case FUNSUB: in dumpwdvar_i()
305 case FUNSUB: in expand()313 *dp++ = c == FUNSUB ? ' ' : '|'; in expand()1334 } else if (fn == FUNSUB) { in comsub()
423 c = FUNSUB; in yylex()
1397 #define FUNSUB 14 /* ${ foo;} substitution (NUL terminated) */ macro