Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c345 case COMSUB: in wdvarput()
599 case COMSUB: in wdscan()
837 case COMSUB: in dumpwdvar_i()
Deval.c304 case COMSUB: in expand()
311 *dp++ = c == COMSUB ? '(' : '{'; in expand()
312 if (c != COMSUB) in expand()
318 if (c != COMSUB) { in expand()
Dlex.c401 c = COMSUB; in yylex()
526 *wp++ = COMSUB; in yylex()
Dsyn.c1160 if (subtype != COMSUB) { in yyrecursive()
Dsh.h1387 #define COMSUB 3 /* $() substitution (0 terminated) */ macro
Dcheck.t2618 Tests for here documents in COMSUB, taken from Austin ML
2629 Tests for here documents in COMSUB, taken from Austin ML
2640 Tests for here documents in COMSUB, taken from Austin ML
2651 Tests for here documents in COMSUB, taken from Austin ML
8832 Check handling of NUL characters for print and COMSUB
10144 COMSUB are now parsed recursively, so this works
10165 COMSUB are now parsed recursively, so this works
10186 in parsing COMSUB expressions
10202 Extended test for COMSUB explaining why a recursive parser
10240 Check COMSUB works with aliases (does not expand them twice)