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

/netbsd-current/bin/ksh/
H A Dtree.h70 #define CSUBST 8 /* closing } of above (followed by } or X) */ macro
H A Dtree.c353 case CSUBST:
566 case CSUBST:
568 if (c == CSUBST && nest == 0)
645 case CSUBST:
H A Deval.c284 * compiled-word-part CSUBST [}x]
299 end = (char *) wdscan(sp, CSUBST);
378 sp = (char *) wdscan(sp, CSUBST);
381 case CSUBST: /* only get here if expanding word */
721 if (*word != CSUBST)
769 if (!stype && *word != CSUBST)
1230 r = (p[0] == EOS || p[0] == CHAR || p[0] == CSUBST) ? tilde(Xstring(ts, tp)) : (char *) 0;

Completed in 128 milliseconds