Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_vms.c70 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()
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()
[all …]