Lines Matching refs:search
18 $! subdir path, update module search in makefile.in
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
132 $ if f$search(fname) .eqs. ""
171 $ if f$search("''th'") .nes. "" then delete 'th';*
177 $ if (f$search( "example.obj;*") .nes. "") then delete example.obj;*
178 $ if (f$search( "minigzip.obj;*") .nes. "") then delete minigzip.obj;*
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
276 $ AFile = F$Search(File)
383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
610 $ if f$search(th) .eqs. "" then create 'th'
730 $ IF F$SEARCH("''P1'") .EQS. ""