Searched refs:STATUS_NATIVE (Results 1 – 4 of 4) sorted by relevance
5410 STATUS_NATIVE = vaxc$errno; in Perl_my_failure_exit()5430 if ((STATUS_NATIVE & (STS$K_SEVERE|STS$K_ERROR)) == 0) { in Perl_my_failure_exit()5431 STATUS_NATIVE &= STS$M_COND_ID; in Perl_my_failure_exit()5432 STATUS_NATIVE |= STS$K_ERROR | STS$M_INHIB_MSG; in Perl_my_failure_exit()5440 if (STATUS_NATIVE & 1) in Perl_my_failure_exit()5450 STATUS_NATIVE = vaxc$errno; /* Should already be this */ in Perl_my_failure_exit()5453 severity = STATUS_NATIVE & STS$M_SEVERITY; in Perl_my_failure_exit()
3790 # define STATUS_NATIVE PL_statusvalue_vms macro3859 # define STATUS_CURRENT (VMSISH_STATUS ? STATUS_NATIVE : STATUS_UNIX)3976 # define STATUS_NATIVE PL_statusvalue_posix macro4001 # define STATUS_NATIVE PL_statusvalue_posix macro
922 sv_setiv(sv, (IV)STATUS_NATIVE); in Perl_magic_get()
137 STATUS_NATIVE # Z added by devel/scanprov