Searched refs:dlg_new_modal_window (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 168 dlg_new_modal_window
|
H A D | dialog.map | 204 dlg_new_modal_window;
|
/freebsd/contrib/dialog/ |
H A D | dialog.h | 808 extern WINDOW * dlg_new_modal_window(WINDOW * /*parent*/, int /*height*/, int /*width*/, int /*y*/,…
|
H A D | textbox.c | 533 widget = dlg_new_modal_window(dialog, in get_search_term()
|
H A D | util.c | 2331 return dlg_new_modal_window(stdscr, height, width, y, x); in dlg_new_window() 2339 dlg_new_modal_window(WINDOW *parent, int height, int width, int y, int x) in dlg_new_modal_window() function
|