Searched refs:COMSUB (Results 1 – 6 of 6) sorted by relevance
365 case COMSUB: in wdvarput()625 case COMSUB: in wdscan()868 case COMSUB: in dumpwdvar_i()
311 case COMSUB: in expand()321 case COMSUB: in expand()1380 fn = COMSUB; in comsub()
1139 if (subtype != COMSUB) { in yyrecursive()
406 c = COMSUB; in yylex()
3084 Tests for here documents in COMSUB, taken from Austin ML3095 Tests for here documents in COMSUB, taken from Austin ML3106 Tests for here documents in COMSUB, taken from Austin ML3117 Tests for here documents in COMSUB, taken from Austin ML3128 Check heredoc and COMSUB mixture in input10019 Check handling of NUL characters for print and COMSUB11344 COMSUB are now parsed recursively, so this works11365 COMSUB are now parsed recursively, so this works11386 in parsing COMSUB expressions11402 Extended test for COMSUB explaining why a recursive parser[all …]
1919 #define COMSUB 3 /* $() substitution (0 terminated) */ macro