HomeSort by: relevance | last modified time | path
    Searched refs:dolcnt (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
dol.c 81 static int dolcnt; /* Count of further words */ variable in typeref:typename:int
157 dolcnt = 0; /* Clear out residual $ expands (...) */
351 if (dolcnt > 0) {
353 --dolcnt;
358 if (dolcnt > 0) {
360 --dolcnt;
536 if (dolp || dolcnt) /* $ exp must end before ] */
604 dolcnt = upb - lwb + 1;
dol.c 81 static int dolcnt; /* Count of further words */ variable in typeref:typename:int
157 dolcnt = 0; /* Clear out residual $ expands (...) */
351 if (dolcnt > 0) {
353 --dolcnt;
358 if (dolcnt > 0) {
360 --dolcnt;
536 if (dolp || dolcnt) /* $ exp must end before ] */
604 dolcnt = upb - lwb + 1;

Completed in 22 milliseconds