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

  /external/mksh/src/
eval.c 69 static int comsub(Expand *, const char *, int);
238 /* record number of trailing newlines in COMSUB */
304 case COMSUB:
311 *dp++ = c == COMSUB ? '(' : '{';
312 if (c != COMSUB)
318 if (c != COMSUB) {
324 type = comsub(&x, sp, c);
1298 comsub(Expand *xp, const char *cp, int fn MKSH_A_UNUSED) function
    [all...]
tree.c 314 * COMSUB [(`] ...\0 (handle $ ` \ and maybe " in `...` case)
345 case COMSUB:
599 case COMSUB:
837 case COMSUB:
838 shf_puts("COMSUB<", shf);
lex.c 401 c = COMSUB;
526 *wp++ = COMSUB;
    [all...]
syn.c 1150 * a COMSUB recursively using the main shell parser and lexer
1160 if (subtype != COMSUB) {
sh.h     [all...]

Completed in 57 milliseconds