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

  /external/mksh/src/
eval.c 248 /* clang doesn't know OSUBST comes before CSUBST */
329 * compiled-word-part CSUBST [}x]
346 (wdscan(sp, CSUBST) - sp);
387 stg = beg + (wdscan(sp, CSUBST) - sp);
438 d = s + (wdscan(sp, CSUBST) - sp);
626 sp += wdscan(sp, CSUBST) - sp;
629 case CSUBST:
1014 if (*word != CSUBST)
1113 if (!stype && *word != CSUBST)
    [all...]
tree.c 347 case CSUBST:
573 case CSUBST:
575 if (c == CSUBST && nest == 0)
804 case CSUBST:
805 shf_puts("]CSUBST(", shf);
sh.h     [all...]

Completed in 47 milliseconds