| /freebsd/contrib/ncurses/man/ |
| H A D | menu_win.3x | 34 make and break menu window and subwindow associations 50 displays any title and border associated with the window; the menu subwindow 59 to change the system default menu window or subwindow. 62 subwindow of \fImenu\fP.
|
| H A D | form_win.3x | 34 make and break form window and subwindow associations 50 displays any title and border associated with the window; the form subwindow 59 to change the system default form window or subwindow. 62 subwindow of \fIform\fP.
|
| H A D | form_post.3x | 44 The function \fBpost_form\fP displays a form to its associated subwindow. 45 To trigger physical display of the subwindow, 50 The function \fBunpost_form\fP erases form from its associated subwindow.
|
| H A D | menu_post.3x | 44 The function \fBpost_menu\fP displays a menu to its associated subwindow. 46 trigger physical display of the subwindow, 52 The function \fBunpost_menu\fP erases menu from its associated subwindow.
|
| H A D | curs_window.3x | 129 The subwindow shares memory with the window \fIorig\fP, 135 \fBwrefresh\fP on the subwindow. 142 Calling \fBmvderwin\fP moves a derived window (or subwindow) 234 It simply returned \fBERR\fP when asked to delete a subwindow. 246 The subwindow functions
|
| H A D | menu_format.3x | 48 If this size is larger than the menus subwindow and the 49 subwindow is too small to display all menu items, \fBpost_menu\fP will fail.
|
| H A D | curs_pad.3x | 97 creates and returns a pointer to a subwindow within a pad 256 It does not check for the case where a subwindow is created in 269 forcing the subwindow to be a pad,
|
| H A D | curs_getyx.3x | 62 If \fIwin\fP is a subwindow, the \fB\%getparyx\fP macro places the beginning 63 coordinates of the subwindow relative to the parent window into two integer
|
| H A D | curs_clear.3x | 130 even for a subwindow or derived window.
|
| H A D | curs_opaque.3x | 127 returns \fBTRUE\fP if the window is a subwindow,
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | msi-pic.txt | 100 subwindow can have its own address mapping ("guest physical" to "true 101 physical"). However, each subwindow has to have the same alignment, which 103 restrictions, it is usually impossible to create a 4KB subwindow that 106 Therefore, the hypervisor has to create a subwindow inside the same 108 lives). The first subwindow after the end of guest memory is used for
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | fsl,mpic-msi.yaml | 30 subwindow can have its own address mapping ("guest physical" to "true 31 physical"). However, each subwindow has to have the same alignment, which 33 restrictions, it is usually impossible to create a 4KB subwindow that 36 Therefore, the hypervisor has to create a subwindow inside the same 38 lives). The first subwindow after the end of guest memory is used for
|
| /freebsd/contrib/ncurses/form/ |
| H A D | frm_post.c | 42 | Description : Writes the form into its associated subwindow. 48 | E_NO_ROOM - form doesn't fit into subwindow 94 | Description : Erase form from its associated subwindow.
|
| H A D | frm_sub.c | 42 | Description : Set the subwindow of the form to win. 74 | Return Values : The pointer to the Subwindow.
|
| H A D | fld_move.c | 43 | the form's subwindow.
|
| /freebsd/contrib/ncurses/menu/ |
| H A D | m_sub.c | 36 * Menus subwindow association routines * 47 | Description : Sets the subwindow of the menu. 88 | Description : Returns a pointer to the subwindow of the menu
|
| H A D | menu.h | 132 WINDOW *sub; /* Subwindow for menu display */ 134 WINDOW *usersub; /* User's subwindow */
|
| H A D | m_item_vis.c | 48 | subwindow of a posted menu.
|
| H A D | m_scale.c | 48 | subwindow of menu.
|
| H A D | m_global.c | 65 (WINDOW *)0, /* User's subwindow */ 513 /* adjust the internal subwindow to start on the current top */ in _nc_Show_Menu()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_mvwin.c | 70 * try to avoid to move subwindows. Because a subwindow shares in NCURSES_EXPORT() 73 * to relocate the subwindow and then to do a copy. in NCURSES_EXPORT()
|
| H A D | lib_window.c | 215 /* Due to the use of newwin(), the clone is not a subwindow. in dupwin() 236 /* See above: the clone isn't a subwindow! */ in dupwin()
|
| H A D | wresize.c | 141 * not, do not resize. We could adjust the location of the subwindow, in wresize() 165 * subwindow. in wresize()
|
| /freebsd/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 179 screen or a subwindow defines a viewport). 1121 which the programmer can scribble titles or borders, and a subwindow 1122 in which the menu items proper are displayed. If this subwindow is too 1211 erased at post/unpost time. The inner window or subwindow is where the 1217 When you call post_menu(), you write the menu to its subwindow. When 1218 you call unpost_menu(), you erase the subwindow, However, neither of 1275 subwindow cursor for any reason, pos_menu_cursor() will restore it to 1315 subwindow in which the form fields proper are displayed. 1368 subwindow, which will coincide with stdscr by default but need not be 1895 erased at post/unpost time. The inner window or subwindow is where the [all …]
|
| /freebsd/contrib/ncurses/doc/html/ |
| H A D | ncurses-intro.html | 401 which the screen or a subwindow defines a viewport).</li> 1582 titles or borders, and a subwindow in which the menu items proper 1583 are displayed. If this subwindow is too small to display all the 1703 <dfn>subwindow</dfn> is where the current menu page is 1710 its subwindow. When you call <code>unpost_menu()</code>, you 1711 erase the subwindow, However, neither of these actually modifies 1777 application needs to change the menu subwindow cursor for any 1830 titles or borders, and a subwindow in which the form fields 1905 the form subwindow, which will coincide with <code>stdscr</code> 2542 subwindow is where the current form page is actually [all …]
|