Home
last modified time | relevance | path

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

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