Home
last modified time | relevance | path

Searched refs:dlg_new_modal_window (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/dialog/package/
H A Ddialog.sym168 dlg_new_modal_window
H A Ddialog.map204 dlg_new_modal_window;
/freebsd/contrib/dialog/
H A Ddialog.h808 extern WINDOW * dlg_new_modal_window(WINDOW * /*parent*/, int /*height*/, int /*width*/, int /*y*/,…
H A Dtextbox.c533 widget = dlg_new_modal_window(dialog, in get_search_term()
H A Dutil.c2331 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