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

/freebsd-13-stable/contrib/tcsh/
H A Ded.init.c44 static unsigned char vdisable; /* The value of _POSIX_VDISABLE from variable
155 vdisable = (unsigned char) _POSIX_VDISABLE;
157 vdisable = (unsigned char) pcret;
158 if (vdisable != (unsigned char) _POSIX_VDISABLE && rst != 0)
161 ttychars[ED_IO][rst] = vdisable;
163 ttychars[EX_IO][rst] = vdisable;
167 vdisable = (unsigned char) _POSIX_VDISABLE;
240 if (ttychars[TS_IO][rst] != vdisable &&
241 ttychars[ED_IO][rst] != vdisable)
244 if (ttychars[TS_IO][rst] != vdisable
[all...]

Completed in 81 milliseconds