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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.init.c48 static unsigned char vdisable; /* The value of _POSIX_VDISABLE from variable
159 vdisable = (unsigned char) _POSIX_VDISABLE;
161 vdisable = (unsigned char) pcret;
162 if (vdisable != (unsigned char) _POSIX_VDISABLE && rst != 0)
165 ttychars[ED_IO][rst] = vdisable;
167 ttychars[EX_IO][rst] = vdisable;
171 vdisable = (unsigned char) _POSIX_VDISABLE;
244 if (ttychars[TS_IO][rst] != vdisable &&
245 ttychars[ED_IO][rst] != vdisable)
248 if (ttychars[TS_IO][rst] != vdisable
[all...]

Completed in 48 milliseconds