ui_openssl.c | 260 struct IOSB { 261 short iosb$w_value; 262 short iosb$w_count; 263 long iosb$l_info; 293 static struct IOSB iosb; variable in typeref:struct:IOSB 524 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0); 525 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) 546 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0) [all...] |