Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c5496 unsigned long int retsts, trimver, trimtype, haslower = 0, isunix = 0; local
5513 isunix = 0;
5523 isunix = 1;
5545 isunix = 0;
5839 if (isunix) {
5852 if (isunix) {
9408 int isunix = 0; local
9454 if ((isunix = (int) strchr(item,'/')) != (int) NULL)
9456 if (!isunix || !filespec.dsc$a_pointer)
9467 had_directory = (isunix || NULL != strchr(item, '[')) || (NULL != strchr(item, '<'));
[all …]