Lines Matching +full:5 +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')
21 \ NOTE: To use `non-ansi' variants, add `loader_color=0' to loader.conf(5)
59 set mainmenu_options=5
61 set mainmenu_kernel=5
62 set mainmenu_command[5]="cycle_kernel"
63 set mainmenu_keycode[5]=107
127 set optionsmenu_init[5]="init_singleuser"
128 set optionsmenu_caption[5]="[S]ingle User. off"
129 set optionstoggled_text[5]="[S]ingle User. On"
130 set optionsmenu_command[5]="toggle_singleuser"
131 set optionsmenu_keycode[5]=115
132 set optionsansi_caption[5]="^[1mS^[mingle User. ^[34;1mOff^[m"
133 set optionstoggled_ansi[5]="^[1mS^[mingle User. ^[32;7mOn^[m"
174 \ Enable automatic booting (add ``autoboot_delay=N'' to loader.conf(5) to
198 \ Display the main menu (see `menu.4th')