Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/vms/
Dvmsish.h813 #define PERL_RMSEXPAND_M_SYMLINK 0x20 /* Use symbolic link, not target */ macro
Dvms.c1810 rslt = int_rmsexpand_tovms(name, vmsname, PERL_RMSEXPAND_M_SYMLINK); in mp_do_kill_file()
5063 PERL_RMSEXPAND_M_SYMLINK);
5601 if ((opts & PERL_RMSEXPAND_M_SYMLINK) != 0)
5736 if ((opts & PERL_RMSEXPAND_M_SYMLINK) != 0)
12214 rmsex_flags |= PERL_RMSEXPAND_M_SYMLINK;