Searched refs:COMSUB (Results 1 – 6 of 6) sorted by relevance
345 case COMSUB: in wdvarput()599 case COMSUB: in wdscan()837 case COMSUB: in dumpwdvar_i()
304 case COMSUB: in expand()311 *dp++ = c == COMSUB ? '(' : '{'; in expand()312 if (c != COMSUB) in expand()318 if (c != COMSUB) { in expand()
401 c = COMSUB; in yylex()526 *wp++ = COMSUB; in yylex()
1160 if (subtype != COMSUB) { in yyrecursive()
1387 #define COMSUB 3 /* $() substitution (0 terminated) */ macro
2618 Tests for here documents in COMSUB, taken from Austin ML2629 Tests for here documents in COMSUB, taken from Austin ML2640 Tests for here documents in COMSUB, taken from Austin ML2651 Tests for here documents in COMSUB, taken from Austin ML8832 Check handling of NUL characters for print and COMSUB10144 COMSUB are now parsed recursively, so this works10165 COMSUB are now parsed recursively, so this works10186 in parsing COMSUB expressions10202 Extended test for COMSUB explaining why a recursive parser10240 Check COMSUB works with aliases (does not expand them twice)