Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c339 case COMSUB: in wdvarput()
589 case COMSUB: in wdscan()
822 case COMSUB: in dumpwdvar_i()
Dlex.c414 c = COMSUB; in yylex()
532 *wp++ = COMSUB; in yylex()
Dsh.h1318 #define COMSUB 3 /* $() substitution (0 terminated) */ macro
Deval.c280 case COMSUB: in expand()
Dcheck.t2397 Tests for here documents in COMSUB, taken from Austin ML
2408 Tests for here documents in COMSUB, taken from Austin ML
2419 Tests for here documents in COMSUB, taken from Austin ML
2430 Tests for here documents in COMSUB, taken from Austin ML
7556 Check handling of NUL characters for print and COMSUB
8670 COMSUB are now parsed recursively, so this works
8691 COMSUB are now parsed recursively, so this works
8712 in parsing COMSUB expressions
8728 Extended test for COMSUB explaining why a recursive parser
8766 Check COMSUB works with aliases (does not expand them twice)