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

  /external/mksh/src/
eval.c 249 /* clang doesn't know OSUBST comes before CSUBST */
340 * compiled-word-part CSUBST [}x]
357 (wdscan(sp, CSUBST) - sp);
404 end = beg + (wdscan(sp, CSUBST) - sp);
434 stg = beg + (wdscan(sp, CSUBST) - sp);
485 d = s + (wdscan(sp, CSUBST) - sp);
674 sp += wdscan(sp, CSUBST) - sp;
677 case CSUBST:
1072 if (*word != CSUBST)
1171 if (!stype && *word != CSUBST)
    [all...]
tree.c 376 case CSUBST:
603 case CSUBST:
605 if (c == CSUBST && nest == 0)
855 case CSUBST:
856 shf_puts("]CSUBST(", shf);
lex.c 512 *wp++ = CSUBST;
521 *wp++ = CSUBST;
709 *wp++ = CSUBST;
726 *wp++ = CSUBST;
    [all...]
sh.h     [all...]

Completed in 2896 milliseconds