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

  /external/mksh/src/
tree.c 282 * COMSUB [(`] ...\0 (handle $ ` \ and maybe " in `...` case)
314 case COMSUB:
560 case COMSUB:
774 case COMSUB:
775 shf_puts("COMSUB<", shf);
lex.c 400 *wp++ = COMSUB;
514 *wp++ = COMSUB;
    [all...]
eval.c 60 static int comsub(Expand *, const char *);
217 /* For trailing newlines in COMSUB */
279 case COMSUB:
290 type = comsub(&x, sp);
1223 comsub(Expand *xp, const char *cp) function
    [all...]
sh.h     [all...]

Completed in 639 milliseconds