Searched defs:termiosflag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c69 int termiosflag = -1; /* flag for using termios ioctl variable
1089 tty.c_cc[VQUIT] = termiosflag ? _POSIX_VDISABLE : '\200';
1189 if(termiosflag < 0) {
1191 termiosflag = 1;
1193 termiosflag = 0;
1205 if(termiosflag)
1226 if(termiosflag)

Completed in 75 milliseconds