Searched defs:dolp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c49 tchar *dolp; /* Remaining chars from this word */ variable
125 dolp = 0; dolcnt = 0; /* Clear out residual $ expands (...) */
304 if (dolp) {
305 if (c = *dolp++ & (QUOTE|TRIM))
312 dolp = 0;
413 dolp = file ? S_1 /* "1" */ : S_0 /* "0" */;
451 dolp = (vp || getenv_(name)) ? S_1 /* "1" */ : S_0 /* "0" */;
482 if (dolp || dolcnt) /* $ exp must end before ] */
575 dolp = cp;
585 dolp
[all...]

Completed in 45 milliseconds