Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcsh/
H A Ded.init.c155 vdisable = (unsigned char) _POSIX_VDISABLE; in ed_Setup()
157 vdisable = (unsigned char) pcret; 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()
[all …]