Home
last modified time | relevance | path

Searched refs:M_EVENT (Results 1 – 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/dialog/
HDdlg_keys.h103 #define is_DLGK_MOUSE(code) ((code) >= M_EVENT)
104 #define DLGK_MOUSE(code) ((code) + M_EVENT)
HDyesno.c155 result = dlg_yes_buttoncode(key - M_EVENT); in dialog_yesno()
HDmsgbox.c170 result = dlg_ok_buttoncode(key - M_EVENT); in dialog_msgbox()
HDpause.c239 result = dlg_ok_buttoncode(key - M_EVENT); in dialog_pause()
HDinputbox.c191 && (code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) { in dialog_inputbox()
HDmenubox.c541 && dlg_ok_buttoncode(key - M_EVENT) >= 0) { in dlg_menu()
542 button = (key - M_EVENT); in dlg_menu()
HDtimebox.c371 result = dlg_ok_buttoncode(key - M_EVENT); in dialog_timebox()
HDrangebox.c405 result = dlg_ok_buttoncode(key - M_EVENT); in dialog_rangebox()
HDprogressbox.c350 result = dlg_ok_buttoncode(key - M_EVENT); in pause_for_ok()
HDtreeview.c370 key -= M_EVENT; in dlg_treeview()
HDchecklist.c392 key -= M_EVENT; in dlg_checklist()
HDeditbox.c519 key -= M_EVENT; in dlg_editbox()
HDdlg_keys.c769 dump_curses_key(fp, curses_key - M_EVENT); in dump_curses_key()
HDdialog.h926 #define M_EVENT (DLGK_max + 1) macro
HDtextbox.c835 result = dlg_exit_buttoncode(key - M_EVENT); in dialog_textbox()
HDcalendar.c887 #define Mouse2Key(key) (key - M_EVENT) in dialog_calendar()
HDfselect.c889 && (code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) { in dlg_fselect()
HDformbox.c825 } else if ((code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) { in dlg_form()
HDbuildlist.c777 key -= M_EVENT; in dlg_buildlist()
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
HDdiskeditor.c268 cur_button = key - M_EVENT; in diskeditor_show()