Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c58 tchar *dolp; /* Remaining chars from this word */ variable
134 dolp = 0; dolcnt = 0; /* Clear out residual $ expands (...) */ in Dfix2()
313 if (dolp) { in DgetC()
314 if (c = *dolp++ & (QUOTE|TRIM)) in DgetC()
321 dolp = 0; in DgetC()
422 dolp = file ? S_1 /* "1" */ : S_0 /* "0" */; in Dgetdol()
460 dolp = (vp || getenv_(name)) ? S_1 /* "1" */ : S_0 /* "0" */; in Dgetdol()
491 if (dolp || dolcnt) /* $ exp must end before ] */ in Dgetdol()
584 dolp = cp; in setDolp()
594 dolp = S_ /* "" */; in setDolp()