Home | History | Annotate | Download | only in ksh

Lines Matching defs:vdisable_c

41 static char vdisable_c;
72 vdisable_c = (char) _POSIX_VDISABLE;
75 vdisable_c = (char) 0377;
78 vdisable_c = fpathconf(tty_fd, _PC_VDISABLE);
80 vdisable_c = (char) 0377; /* default to old BSD value */
234 cb.c_cc[VINTR] = vdisable_c;
235 cb.c_cc[VQUIT] = vdisable_c;
242 cb.c_cc[VLNEXT] = vdisable_c;
246 cb.c_cc[VDISCARD] = vdisable_c;
288 if (edchars.erase == vdisable_c)
290 if (edchars.kill == vdisable_c)
292 if (edchars.intr == vdisable_c)
294 if (edchars.quit == vdisable_c)
296 if (edchars.eof == vdisable_c)
298 if (edchars.werase == vdisable_c)