Searched refs:COMSUB (Results 1 – 6 of 6) sorted by relevance
365 case COMSUB: in wdvarput()631 case COMSUB: in wdscan()874 case COMSUB: in dumpwdvar_i()
316 case COMSUB: in expand()326 case COMSUB: in expand()1530 fn = COMSUB; in comsub()
1130 if (subtype != COMSUB) { in yyrecursive()
406 c = COMSUB; in yylex()
3086 Tests for here documents in COMSUB, taken from Austin ML3097 Tests for here documents in COMSUB, taken from Austin ML3108 Tests for here documents in COMSUB, taken from Austin ML3119 Tests for here documents in COMSUB, taken from Austin ML3130 Check heredoc and COMSUB mixture in input10202 Check handling of NUL characters for print and COMSUB11560 COMSUB are now parsed recursively, so this works11581 COMSUB are now parsed recursively, so this works11602 in parsing COMSUB expressions11618 Extended test for COMSUB explaining why a recursive parser[all …]
1992 #define COMSUB 3 /* $() substitution (0 terminated) */ macro