Searched refs:vdisable (Results 1 – 2 of 2) sorted by relevance
48 static unsigned char vdisable; /* The value of _POSIX_VDISABLE from variable159 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()[all …]
49 /* Define if you have a Ultrix-style (broken) vdisable. */