Lines Matching refs:vdisable
44 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()
245 ttychars[EX_IO][rst] != vdisable) in ed_Setup()
518 ttychars[ED_IO][i] = vdisable; in Rawmode()
527 ttychars[EX_IO][i] = vdisable; in Rawmode()