Home
last modified time | relevance | path

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

/openbsd-src/bin/csh/
H A Ddol.c72 static int dolcnt; /* Count of further words */ variable
150 dolcnt = 0; /* Clear out residual $ expands (...) */ in Dfix2()
350 if (dolcnt > 0) { in DgetC()
352 --dolcnt; in DgetC()
357 if (dolcnt > 0) { in DgetC()
359 --dolcnt; in DgetC()
535 if (dolp || dolcnt) /* $ exp must end before ] */ in Dgetdol()
603 dolcnt = upb - lwb + 1; in Dgetdol()