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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dol.c50 static eChar Dpeekc; /* Peek for DgetC */
77 static eChar DgetC (int);
169 c = DgetC(DODOL);
171 c = DgetC(0);
199 * Rather, DgetC will return a DEOF when we hit the end-of-input.
212 c = DgetC(DODOL);
238 * Note that DgetC never returns a QUOTES character from an
244 c = DgetC(dolflg);
287 c = DgetC(0); /* No $ subst! */
318 DgetC(in function
[all...]

Completed in 48 milliseconds