Searched refs:FUNSUB (Results 1 – 4 of 4) sorted by relevance
355 case FUNSUB: in wdvarput()605 case FUNSUB: in wdscan()847 case FUNSUB: in dumpwdvar_i()
300 case FUNSUB: in expand()308 *dp++ = c == FUNSUB ? ' ' : '|'; in expand()1326 } else if (fn == FUNSUB) { in comsub()
437 c = FUNSUB; in yylex()
1338 #define FUNSUB 14 /* ${ foo;} substitution (NUL terminated) */ macro