Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Ded.init.c48 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()
[all …]
/freebsd-9-stable/contrib/nvi/build/
Dconfig.h.in49 /* Define if you have a Ultrix-style (broken) vdisable. */