Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c10536 int isdcl; local
10686 isdcl = 1;
10693 if (filespec && (filespec < wordbreak)) isdcl = 0;
10694 else isdcl = !check_img;
10697 if (!isdcl) {
10728 isdcl = isPRINT_L1(b[0]) && isPRINT_L1(b[1]) && isPRINT_L1(b[2]) && isPRINT_L1(b[3]);
10729 if (isdcl) {
10795 isdcl = 0;
10807 isdcl = 0;
10814 if (isdcl) {
[all …]