Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c365 case COMSUB: in wdvarput()
625 case COMSUB: in wdscan()
868 case COMSUB: in dumpwdvar_i()
Deval.c311 case COMSUB: in expand()
321 case COMSUB: in expand()
1380 fn = COMSUB; in comsub()
Dsyn.c1139 if (subtype != COMSUB) { in yyrecursive()
Dlex.c406 c = COMSUB; in yylex()
Dcheck.t3084 Tests for here documents in COMSUB, taken from Austin ML
3095 Tests for here documents in COMSUB, taken from Austin ML
3106 Tests for here documents in COMSUB, taken from Austin ML
3117 Tests for here documents in COMSUB, taken from Austin ML
3128 Check heredoc and COMSUB mixture in input
10019 Check handling of NUL characters for print and COMSUB
11344 COMSUB are now parsed recursively, so this works
11365 COMSUB are now parsed recursively, so this works
11386 in parsing COMSUB expressions
11402 Extended test for COMSUB explaining why a recursive parser
[all …]
Dsh.h1919 #define COMSUB 3 /* $() substitution (0 terminated) */ macro