Lines Matching refs:try
123 \ first try boot archive (nested boot from ramdisk)
124 \ then try boot device (direct boot from disk)
273 : try-platname ( name$ -- name$ true | false )
304 \ first try "name" in root
306 try-platname if
310 \ next try "compatible"
314 try-platname if
359 : try-file ( file$ -- [ fd ] error? )
366 \ try "/platform/<plat-name>/<file>" e.g., SUNW,Sun-Blade-1000
371 try-file if ( file$ )
373 try-file if ( file$ )
381 2dup try-file if ( file$ )