Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDsh.dol.c67 static int dolcnt; /* Count of further words */ variable
150 dolcnt = 0; /* Clear out residual $ expands (...) */ in Dfix2()
338 if (dolcnt > 0) { in DgetC()
340 --dolcnt; in DgetC()
345 if (dolcnt > 0) { in DgetC()
347 --dolcnt; in DgetC()
652 if (dolp || dolcnt) /* $ exp must end before ] */ in Dgetdol()
740 dolcnt = upb - lwb + 1; in Dgetdol()