ui_openssl.c | 254 struct IOSB { 255 short iosb$w_value; 256 short iosb$w_count; 257 long iosb$l_info; 287 static struct IOSB iosb; variable in typeref:struct:IOSB 518 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0); 519 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) 540 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0) [all...] |