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

  /external/mksh/src/
tree.c 327 case CSUBST:
525 case CSUBST:
527 if (c == CSUBST && nest == 0)
607 case CSUBST:
eval.c 240 /* clang doesn't know OSUBST comes before CSUBST */
316 * compiled-word-part CSUBST [}x]
331 (wdscan(sp, CSUBST) - sp);
367 stg = beg + (wdscan(sp, CSUBST) - sp);
416 d = s + (wdscan(sp, CSUBST) - sp);
563 sp += wdscan(sp, CSUBST) - sp;
566 case CSUBST: /* only get here if expanding word */
924 if (*word != CSUBST)
1012 if (!stype && *word != CSUBST)
    [all...]
lex.c 470 *wp++ = CSUBST;
479 *wp++ = CSUBST;
723 *wp++ = CSUBST;
731 *wp++ = CSUBST;
    [all...]
sh.h     [all...]

Completed in 21 milliseconds