Searched defs:dolcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c51 int dolcnt; /* Count of further words */ variable
125 dolp = 0; dolcnt = 0; /* Clear out residual $ expands (...) */
307 if (dolcnt > 0) {
309 --dolcnt;
314 if (dolcnt > 0) {
316 --dolcnt;
482 if (dolp || dolcnt) /* $ exp must end before ] */
556 dolcnt = upb - lwb + 1;

Completed in 64 milliseconds