Lines Matching refs:iochan
70 static short iochan; // TTY I/O channel variable
129 status = sys$qiow(0, iochan, IO$_SETMODE, iosb, 0, 0, in mch_settmode()
133 (void)sys$dassgn(iochan); in mch_settmode()
134 iochan = 0; in mch_settmode()
158 status = sys$qiow(0, iochan, IO$_SETMODE, iosb, 0, 0, in set_tty()
173 if (!iochan) in get_tty()
174 status = sys$assign(&odsc,&iochan,0,0); in get_tty()
176 status = sys$qiow(0, iochan, IO$_SENSEMODE, iosb, 0, 0, in get_tty()
336 if (!iochan) in vms_read()
351 status = sys$qiow(0, iochan, function, &iosb, 0, 0, in vms_read()
357 status = sys$qiow(0, iochan, function, &iosb, 0, 0, in vms_read()
750 if (!iochan) in RealWaitForChar()
785 status = sys$qiow(0, iochan, IO$_SENSEMODE | IO$M_TYPEAHDCNT, iosb, in RealWaitForChar()