Lines Matching refs:delete
154 $ if f$search("BYACC.com") .nes. "" then delete BYACC.com;*
155 $ if f$search("*.exe") .nes. "" then delete *.exe;*
159 $ if f$search("*.obj") .nes. "" then delete *.obj;*
160 $ if f$search("*.bak") .nes. "" then delete *.bak;*
161 $ if f$search("*.lis") .nes. "" then delete *.lis;*
162 $ if f$search("*.log") .nes. "" then delete *.log;*
163 $ if f$search("*.map") .nes. "" then delete *.map;*
164 $ if f$search("*.opt") .nes. "" then delete *.opt;*
168 $ if f$search("*.dia") .nes. "" then delete *.dia;*
182 $ if "''f$search("BYACC.com")'" .nes. "" then delete BYACC.com;*
206 $ if f$search("''p1'.dia") .nes. "" then delete 'p1.dia;*