Searched refs:CSUBST (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Deval.c269 /* clang doesn't know OSUBST comes before CSUBST */
358 * compiled-word-part CSUBST [}x]
375 (wdscan(sp, CSUBST) - sp);
433 stg = beg + (wdscan(sp, CSUBST) - sp);
484 d = s + (wdscan(sp, CSUBST) - sp);
674 sp += wdscan(sp, CSUBST) - sp;
677 case CSUBST:
1087 if (*word != CSUBST)
1186 if (!stype && *word != CSUBST)
1678 r = (p[0] == EOS || p[0] == CHAR || p[0] == CSUBST)
[all...]
H A Dtree.c391 case CSUBST:
619 case CSUBST:
621 if (c == CSUBST && nest == 0)
875 case CSUBST:
876 shf_puts("]CSUBST(", shf);
H A Dlex.c520 *wp++ = CSUBST;
529 *wp++ = CSUBST;
718 *wp++ = CSUBST;
735 *wp++ = CSUBST;
H A Dsh.h1333 #define CSUBST 8 /* closing } of above (followed by } or X) */ macro

Completed in 388 milliseconds