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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dol.c68 static int dolcnt; /* Count of further words */ variable
149 dolcnt = 0; /* Clear out residual $ expands (...) */
337 if (dolcnt > 0) {
339 --dolcnt;
344 if (dolcnt > 0) {
346 --dolcnt;
619 if (dolp || dolcnt) /* $ exp must end before ] */
707 dolcnt = upb - lwb + 1;

Completed in 68 milliseconds