Lines Matching +full:8 +full:th
7 include /boot/version.4th
8 include /boot/brand.4th
9 include /boot/menu.4th
10 include /boot/menu-commands.4th
11 include /boot/shortcuts.4th
14 clear \ clear the screen (see `screen.4th')
15 print_version \ print version string (bottom-right; see `version.4th')
16 draw-beastie \ draw freebsd mascot (on right; see `beastie.4th')
17 draw-brand \ draw the FreeBSD title (top-left; see `brand.4th')
18 menu-init \ initialize the menu area (see `menu.4th')
20 \ Initialize main menu constructs (see `menu.4th')
56 \ Enable "Options:" separator. When set to a numerical value (1-8), a visual
77 set mainmenu_caption[8]="Chain[L]oad ${chain_disk}"
78 set mainmenu_command[8]="chain ${chain_disk}"
79 set mainmenu_keycode[8]=108
80 set mainansi_caption[8]="Chain^[1mL^[moad ${chain_disk}"
100 set optionsmenu_keycode[1]=8
162 set bootenvmenu_keycode[1]=8
198 \ Display the main menu (see `menu.4th')