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

/external/mksh/src/
H A Deval.c237 /* record number of trailing newlines in COMSUB */
300 case COMSUB:
307 *dp++ = c == COMSUB ? '(' : '{';
308 if (c != COMSUB)
314 if (c != COMSUB) {
H A Dtree.c315 * COMSUB [(`] ...\0 (handle $ ` \ and maybe " in `...` case)
347 case COMSUB:
604 case COMSUB:
839 case COMSUB:
840 shf_puts("COMSUB<", shf);
H A Dlex.c415 c = COMSUB;
540 *wp++ = COMSUB;
H A Dsyn.c1117 * a COMSUB recursively using the main shell parser and lexer
1127 if (subtype != COMSUB) {
H A Dsh.h1328 #define COMSUB 3 /* $() substitution (0 terminated) */ macro

Completed in 1037 milliseconds