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

  /external/mksh/src/
tree.c 307 * COMSUB [(`] ...\0 (handle $ ` \ and maybe " in `...` case)
339 case COMSUB:
589 case COMSUB:
822 case COMSUB:
823 shf_puts("COMSUB<", shf);
lex.c 414 c = COMSUB;
532 *wp++ = COMSUB;
    [all...]
eval.c 61 static int comsub(Expand *, const char *, int);
218 /* For trailing newlines in COMSUB */
280 case COMSUB:
301 type = comsub(&x, sp, c);
1286 comsub(Expand *xp, const char *cp, int fn MKSH_A_UNUSED) function
    [all...]
sh.h     [all...]

Completed in 32 milliseconds