Home
last modified time | relevance | path

Searched refs:dolcnt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c60 int dolcnt; /* Count of further words */ variable
134 dolp = 0; dolcnt = 0; /* Clear out residual $ expands (...) */ in Dfix2()
316 if (dolcnt > 0) { in DgetC()
318 --dolcnt; in DgetC()
323 if (dolcnt > 0) { in DgetC()
325 --dolcnt; in DgetC()
491 if (dolp || dolcnt) /* $ exp must end before ] */ in Dgetdol()
565 dolcnt = upb - lwb + 1; in Dgetdol()