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

/external/mksh/src/
H A Deval.c249 /* 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...]
H A Dtree.c376 case CSUBST:
603 case CSUBST:
605 if (c == CSUBST && nest == 0)
855 case CSUBST:
856 shf_puts("]CSUBST(", shf);
H A Dlex.c512 *wp++ = CSUBST;
521 *wp++ = CSUBST;
709 *wp++ = CSUBST;
726 *wp++ = CSUBST;
H A Dsh.h1323 #define CSUBST 8 /* closing } of above (followed by } or X) */ macro

Completed in 205 milliseconds