Home
last modified time | relevance | path

Searched refs:Up (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dlink.c55 Up(i) = r ? IthItem(m, n-1) : (ITEM *) NULL; in link_col_major()
84 Up(IthItem(m, n)) = IthItem(m, n-1); in link_col_major()
86 Up(IthItem(m, n)) = IthItem(m, up); in link_col_major()
109 Up(i) = r ? IthItem(m, n-Cols(m)) : (ITEM *) NULL; in link_row_major()
153 Up(IthItem(m, n)) = IthItem(m, Nitems(m)-1); in link_row_major()
155 Up(IthItem(m, n)) = IthItem(m, up); in link_row_major()
H A Ddriver.c86 if (Up(current) == (ITEM *)0) { in menu_driver()
90 current = Up(current); in menu_driver()
107 current = Up(current); in menu_driver()
124 current = Up(current); in menu_driver()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2184 File: grub.info, Node: Security, Next: Images, Prev: Preset Menu, Up: Top
256 File: grub.info, Node: Images, Next: Filesystem, Prev: Security, Up: Top
320 File: grub.info, Node: Filesystem, Next: Interface, Prev: Images, Up: Top
338 File: grub.info, Node: Device syntax, Next: File name syntax, Up: Filesystem
419 File: grub.info, Node: Interface, Next: Commands, Prev: Filesystem, Up: Top
638 File: grub.info, Node: default, Next: fallback, Up: Menu-specific commands
690 File: grub.info, Node: title, Prev: timeout, Up: Menu-specific commands
728 File: grub.info, Node: bootp, Next: color, Up: General commands
825 File: grub.info, Node: dhcp, Next: hide, Prev: device, Up: General commands
1151 File: grub.info, Node: unhide, Prev: tftpserver, Up: General commands
[all …]
H A Dgrub.info34 File: grub.info, Node: Top, Next: Introduction, Up: (dir)
86 File: grub.info, Node: Overview, Next: History, Up: Introduction
131 File: grub.info, Node: Overview-Footnotes, Up: Overview
290 File: grub.info, Node: Features-Footnotes, Up: Features
773 File: grub.info, Node: Chain-loading-Footnotes, Up: Chain-loading
965 File: grub.info, Node: QNX, Prev: SCO UnixWare, Up: OS-specific notes
2032 File: grub.info, Node: bootp, Next: color, Up: General commands
2455 File: grub.info, Node: unhide, Prev: tftpserver, Up: General commands
2645 File: grub.info, Node: embed-Footnotes, Up: embed
2802 File: grub.info, Node: install-Footnotes, Up: install
[all …]
H A Dgrub.info-433 File: grub.info, Node: Bootstrap tricks, Next: I/O ports detection, Prev: Command interface, Up
85 File: grub.info, Node: I/O ports detection, Next: Memory detection, Prev: Bootstrap tricks, Up:…
94 …nfo, Node: Memory detection, Next: Low-level disk I/O, Prev: I/O ports detection, Up: Internals
103 File: grub.info, Node: Low-level disk I/O, Next: MBR, Prev: Memory detection, Up: Internals
112 File: grub.info, Node: MBR, Next: Partition table, Prev: Low-level disk I/O, Up: Internals
120 File: grub.info, Node: Partition table, Next: Submitting patches, Prev: MBR, Up: Internals
129 File: grub.info, Node: Submitting patches, Prev: Partition table, Up: Internals
166 File: grub.info, Node: Index, Prev: Internals, Up: Top
H A Dgrub.info-393 File: grub.info, Node: install-Footnotes, Up: install
239 File: grub.info, Node: reboot, Next: read, Prev: quit, Up: Command-line and menu entry commands
248 File: grub.info, Node: read, Next: root, Prev: reboot, Up: Command-line and menu entry commands
390 File: grub.info, Node: vbeprobe, Prev: uppermem, Up: Command-line and menu entry commands
402 File: grub.info, Node: Troubleshooting, Next: Invoking the grub shell, Prev: Commands, Up: Top
418 File: grub.info, Node: Stage1 errors, Next: Stage1.5 errors, Up: Troubleshooting
466 File: grub.info, Node: Stage2 errors, Prev: Stage1.5 errors, Up: Troubleshooting
774 File: grub.info, Node: Device map, Prev: Installation under UNIX, Up: Invoking the grub shell
1069 File: grub.info, Node: Future, Next: Internals, Prev: Reporting bugs, Up: Top
1081 File: grub.info, Node: Internals, Next: Index, Prev: Future, Up: Top
[all …]
H A Dgrub.info-133 File: grub.info, Node: Top, Next: Introduction, Up: (dir)
72 File: grub.info, Node: Introduction, Next: Naming convention, Prev: Top, Up: Top
85 File: grub.info, Node: Overview, Next: History, Up: Introduction
130 File: grub.info, Node: Overview-Footnotes, Up: Overview
137 File: grub.info, Node: History, Next: Features, Prev: Overview, Up: Introduction
289 File: grub.info, Node: Features-Footnotes, Up: Features
296 File: grub.info, Node: Role of a boot loader, Prev: Features, Up: Introduction
773 File: grub.info, Node: Chain-loading-Footnotes, Up: Chain-loading
797 File: grub.info, Node: GNU/Hurd, Next: GNU/Linux, Up: OS-specific notes
965 File: grub.info, Node: QNX, Prev: SCO UnixWare, Up: OS-specific notes
[all …]
H A Dmultiboot.info27 File: multiboot.info, Node: Top, Next: Overview, Up: (dir)
45 File: multiboot.info, Node: Overview, Next: Terminology, Prev: Top, Up: Top
64 File: multiboot.info, Node: Motivation, Next: Architecture, Up: Overview
217 File: multiboot.info, Node: Terminology, Next: Specification, Prev: Overview, Up: Top
278 File: multiboot.info, Node: Specification, Next: Examples, Prev: Terminology, Up: Top
300 File: multiboot.info, Node: OS image format, Next: Machine state, Up: Specification
326 File: multiboot.info, Node: Header layout, Next: Header magic fields, Up: OS image format
883 File: multiboot.info, Node: Examples, Next: History, Prev: Specification, Up: Top
1048 File: multiboot.info, Node: multiboot.h, Next: boot.S, Up: Example OS code
1585 File: multiboot.info, Node: History, Next: Index, Prev: Examples, Up: Top
[all …]
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dprivate.h134 #define Up(i) (i)->up macro
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault173 # 0xff52,0x75,0xe0; Up arrow
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl379 Up to 236 bytes of payload for each entry are stored directly in the
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh747 updown=Up
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1003 \texttt{num\_cons} & Up to 4K are supported, suggested default value 128 \\ \hline
1004 \texttt{num\_tasks} & Up to 4K are supported, suggested default value 1K \\ \hline
1134 \texttt{num\_cons} & Up to 4K are supported, suggested default value 128 \\ \hline
1135 \texttt{num\_tasks} & Up to 4K are supported, suggested default value 1K \\ \hline
1247 …\texttt{num\_mrs} & Number of supported MRs. Up to 4K are supported, suggested default value 1K \\…
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS68 * The menu interfaces supports Page Up, Page Down, and Right Key.
H A DChangeLog1178 codes for Page Up and Page Down.
1181 * stage2/stage2.c (run_menu): Deal with Page Up and Page Down.
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src594 # Keypad: Home=\0G Up=\0H PrPag=\0I
5093 # Page Up \E[5~
5095 # Up Arrow \E[A
5130 # Ctrl-Page Up \E[45~
5132 # Ctrl-Up Arrow \E[37~
5154 # Alt-Page Up \E[67~
5156 # Alt-Up Arrow \E[59~
6804 # Up Down
7150 # Position Up Dn Description
7198 # Position Up Dn Description
[all …]
H A Dterminfo.src625 # Keypad: Home=\0G Up=\0H PrPag=\0I
5783 # Page Up \E[5~
5785 # Up Arrow \E[A
5820 # Ctrl-Page Up \E[45~
5822 # Ctrl-Up Arrow \E[37~
5844 # Alt-Page Up \E[67~
5846 # Alt-Up Arrow \E[59~
7633 # Up Down
7995 # Position Up Dn Description
8043 # Position Up Dn Description
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1660 |name match *.rnk Dial-Up Shortcut application/x-ms-rnkfile
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids14794 0002 Pump It Up Pad
24264 083 System Wake Up
24273 08c System Menu Up
24275 090 Direction Pad Up
24393 026 Move Up/Down
24489 04b Page Up
24496 052 Up Arrow
24541 080 Volume Up
24757 042 Menu Up
24958 233 AC Scroll Up
[all …]