HomeSort by relevance Sort by last modified time
    Searched refs:COMSUB (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
eval.c 68 static int comsub(Expand *, const char *, int);
237 /* record number of trailing newlines in COMSUB */
300 case COMSUB:
307 *dp++ = c == COMSUB ? '(' : '{';
308 if (c != COMSUB)
314 if (c != COMSUB) {
320 type = comsub(&x, sp, c);
1300 comsub(Expand *xp, const char *cp, int fn MKSH_A_UNUSED) function
    [all...]
tree.c 315 * COMSUB [(`] ...\0 (handle $ ` \ and maybe " in `...` case)
347 case COMSUB:
604 case COMSUB:
839 case COMSUB:
840 shf_puts("COMSUB<", shf);
lex.c 415 c = COMSUB;
540 *wp++ = COMSUB;
    [all...]
syn.c 1117 * a COMSUB recursively using the main shell parser and lexer
1127 if (subtype != COMSUB) {
sh.h     [all...]

Completed in 843 milliseconds