Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.dol.c65 static int dolcnt; /* Count of further words */ variable
148 dolcnt = 0; /* Clear out residual $ expands (...) */ in Dfix2()
336 if (dolcnt > 0) { in DgetC()
338 --dolcnt; in DgetC()
343 if (dolcnt > 0) { in DgetC()
345 --dolcnt; in DgetC()
618 if (dolp || dolcnt) /* $ exp must end before ] */ in Dgetdol()
706 dolcnt = upb - lwb + 1; in Dgetdol()