Home | History | Annotate | Download | only in des

Lines Matching refs:tty_orig

265 	long tty_orig[3], tty_new[3];
270 TTY_STRUCT tty_orig,tty_new;
307 if (TTY_get(fileno(tty),&tty_orig) == -1)
323 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
350 tty_new[0] = tty_orig[0];
351 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
352 tty_new[2] = tty_orig[2];
400 if (ps >= 2) TTY_set(fileno(tty),&tty_orig);
405 ,tty_orig,12,0,0,0,0);