Searched refs:Down (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libeti/menu/common/ |
H A D | link.c | 58 Down(i) = (r == Rows(m)-1) ? (ITEM *)0 : IthItem(m, n+1); in link_col_major() 65 Down(IthItem(m, n-1)) = IthItem(m, n - Rows(m)); in link_col_major() 89 Down(IthItem(m, up)) = IthItem(m, n); in link_col_major() 114 Down(i) = IthItem(m, n + Cols(m)); in link_row_major() 119 Down(i) = (ITEM *) NULL; in link_row_major() 123 Down(i) = IthItem(m, Nitems(m)-1); in link_row_major() 158 Down(IthItem(m, up)) = IthItem(m, n); in link_row_major()
|
H A D | driver.c | 96 if (Down(current) == (ITEM *)0) { in menu_driver() 100 current = Down(current); in menu_driver() 118 current = Down(current); in menu_driver() 139 current = Down(current); in menu_driver()
|
H A D | post.c | 181 } while ((i = Down(i)) != si); in _draw()
|
/titanic_50/usr/src/lib/libeti/menu/inc/ |
H A D | private.h | 137 #define Down(i) (i)->down macro
|
/titanic_50/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 749 updown=Down 1192 if [ $updown = Down ] ; then
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | caps | 147 cursor_down, "cud1" "do" Down one line
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 152 cursor_down cud1 do str Down one line
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 152 cursor_down cud1 do str Down one line
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | NEWS | 68 * The menu interfaces supports Page Up, Page Down, and Right Key.
|
H A D | ChangeLog | 1178 codes for Page Up and Page Down. 1181 * stage2/stage2.c (run_menu): Deal with Page Up and Page Down.
|
/titanic_50/usr/src/data/hwdata/ |
H A D | usb.ids | 20203 AT 0503 Down Line Phone 20372 081 System Power Down 20384 08d System Menu Down 20386 091 Direction Pad Down 20503 026 Move Up/Down 20602 04e Page Down 20605 051 Down Arrow 20614 05a Keypad 2 and Down Arrow 20615 05b Keypad 3 and Page Down 20652 081 Volume Down [all …]
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 600 # End=\0O Down=\0P NxPag=\0Q 3719 # Down ESC [ B ESC [ b ESC O b ESC O B 5087 # Down Arrow \E[B 5092 # Page Down \E[6~ 5124 # Ctrl-Down Arrow \E[38~ 5129 # Ctrl-Page Down \E[46~ 5148 # Alt-Down Arrow \E[60~ 5153 # Alt-Page Down \E[68~ 6804 # Up Down 7111 # TVI925 DIP switches. In each of these, D = Down and U = Up, [all …]
|
H A D | terminfo.src | 631 # End=\0O Down=\0P NxPag=\0Q 4240 # Down ESC [ B ESC [ b ESC O b ESC O B 5775 # Down Arrow \E[B 5780 # Page Down \E[6~ 5812 # Ctrl-Down Arrow \E[38~ 5817 # Ctrl-Page Down \E[46~ 5836 # Alt-Down Arrow \E[60~ 5841 # Alt-Page Down \E[68~ 7631 # Up Down 7954 # TVI925 DIP switches. In each of these, D = Down and U = Up, [all …]
|