HomeSort by: relevance | last modified time | path
    Searched refs:CSUBST (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
tree.h 70 #define CSUBST 8 /* closing } of above (followed by } or X) */
tree.c 353 case CSUBST:
566 case CSUBST:
568 if (c == CSUBST && nest == 0)
645 case CSUBST:
eval.c 284 * 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)
1231 r = (p[0] == EOS || p[0] == CHAR || p[0] == CSUBST) ? tilde(Xstring(ts, tp)) : (char *) 0;

Completed in 19 milliseconds