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

  /external/mksh/src/
eval.c 268 /* clang doesn't know OSUBST comes before CSUBST */
358 * compiled-word-part CSUBST [}x]
375 (wdscan(sp, CSUBST) - sp);
421 end = beg + (wdscan(sp, CSUBST) - sp);
450 stg = beg + (wdscan(sp, CSUBST) - sp);
501 d = s + (wdscan(sp, CSUBST) - sp);
690 sp += wdscan(sp, CSUBST) - sp;
693 case CSUBST:
1092 if (*word != CSUBST)
1191 if (!stype && *word != CSUBST)
    [all...]
tree.c 391 case CSUBST:
619 case CSUBST:
621 if (c == CSUBST && nest == 0)
874 case CSUBST:
875 shf_puts("]CSUBST(", shf);
lex.c 519 *wp++ = CSUBST;
528 *wp++ = CSUBST;
718 *wp++ = CSUBST;
735 *wp++ = CSUBST;
    [all...]
sh.h     [all...]

Completed in 429 milliseconds