Lines Matching refs:vdisable
48 static unsigned char vdisable; /* The value of _POSIX_VDISABLE from variable
159 vdisable = (unsigned char) _POSIX_VDISABLE; in ed_Setup()
161 vdisable = (unsigned char) pcret; in ed_Setup()
162 if (vdisable != (unsigned char) _POSIX_VDISABLE && rst != 0) in ed_Setup()
165 ttychars[ED_IO][rst] = vdisable; in ed_Setup()
167 ttychars[EX_IO][rst] = vdisable; in ed_Setup()
171 vdisable = (unsigned char) _POSIX_VDISABLE; in ed_Setup()
244 if (ttychars[TS_IO][rst] != vdisable && in ed_Setup()
245 ttychars[ED_IO][rst] != vdisable) in ed_Setup()
248 if (ttychars[TS_IO][rst] != vdisable && in ed_Setup()
249 ttychars[EX_IO][rst] != vdisable) in ed_Setup()
522 ttychars[ED_IO][i] = vdisable; in Rawmode()
531 ttychars[EX_IO][i] = vdisable; in Rawmode()