Lines Matching refs:dummy
43 $ if f$search("dummy.obj").nes."" then DELETE dummy.obj;*
47 $ 'CC' dummy.c
51 $! link dummy.obj, capturing full linker feedback in dummy.map
56 $ LINK/Map=dummy.map/noExe dummy.obj,'WORK_LIB'/Libr,-
60 $ DELETE dummy.obj;*
61 $ SEARCH dummy.map "%LINK-I-UDFSYM" /Output=dummy.list
62 $ DELETE dummy.map;*
67 $ open/Read ifile$ dummy.list
73 $ DELETE dummy.list;*
106 $ f = f - ".o" !strip dummy suffix
139 $! if we reach here, dummy.c failed to compile and we're really stuck