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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dol.c66 static Char *dolp; /* Remaining chars from this word */ variable
148 dolp = 0;
334 if (dolp) {
335 if ((c = *dolp++ & (QUOTE | TRIM)) != 0)
342 dolp = 0;
523 dolp = dolzero ? STR1 : STR0;
579 dolp = (vp || getenv(short2str(name->s))) ? STR1 : STR0;
619 if (dolp || dolcnt) /* $ exp must end before ] */
784 dolp = cp;
875 dolp
[all...]

Completed in 58 milliseconds