Home
last modified time | relevance | path

Searched refs:COMSUB (Results 1 – 6 of 6) sorted by relevance

/third_party/mksh/
Dtree.c365 case COMSUB: in wdvarput()
631 case COMSUB: in wdscan()
874 case COMSUB: in dumpwdvar_i()
Deval.c316 case COMSUB: in expand()
326 case COMSUB: in expand()
1530 fn = COMSUB; in comsub()
Dsyn.c1130 if (subtype != COMSUB) { in yyrecursive()
Dlex.c406 c = COMSUB; in yylex()
Dcheck.t3086 Tests for here documents in COMSUB, taken from Austin ML
3097 Tests for here documents in COMSUB, taken from Austin ML
3108 Tests for here documents in COMSUB, taken from Austin ML
3119 Tests for here documents in COMSUB, taken from Austin ML
3130 Check heredoc and COMSUB mixture in input
10202 Check handling of NUL characters for print and COMSUB
11560 COMSUB are now parsed recursively, so this works
11581 COMSUB are now parsed recursively, so this works
11602 in parsing COMSUB expressions
11618 Extended test for COMSUB explaining why a recursive parser
[all …]
Dsh.h1992 #define COMSUB 3 /* $() substitution (0 terminated) */ macro