HomeSort by relevance Sort by last modified time
    Searched refs:nes (Results 1 - 3 of 3) sorted by null

  /external/libpng/contrib/gregbook/
makevms.com 13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
14 $ if f$search("[--]png.h").nes."" then pngpath = "[--]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
17 $ if f$search("[-.libpng]png.h").nes."" then pngpath = "[-.libpng]"
  /external/zlib/
make_vms.com 33 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
99 $ if f$search("x11vms:xvmsutils.olb") .nes. ""
214 if (cc_com .nes. "DECC") .and. -
215 (cc_com .nes. "VAXC") .and. -
216 (cc_com .nes. "GNUC")
250 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
251 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
252 $ its_gnuc = .not. (its_decc .or. its_vaxc) .and. (f$trnlnm("gnu_cc") .nes. "")
334 $ if (f$extract(0,6,rec) .nes. src_check) then goto mrloop
341 $ if (f$element(1,"\",rec) .nes. "\") then goto mrsloo
    [all...]
  /external/libpng/scripts/
makevms.com 20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"

Completed in 9 milliseconds