Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/dialog/
HDdlg_keys.h104 #define is_DLGK_MOUSE(code) ((code) >= M_EVENT)
105 #define DLGK_MOUSE(code) ((code) + M_EVENT)
HDyesno.c152 result = dlg_yes_buttoncode(key - M_EVENT); in dialog_yesno()
HDmsgbox.c171 result = dlg_ok_buttoncode(key - M_EVENT); in dialog_msgbox()
HDpause.c241 result = dlg_ok_buttoncode(key - M_EVENT); in dialog_pause()
HDinputbox.c197 && (code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) { in dialog_inputbox()
HDmenubox.c556 && dlg_ok_buttoncode(key - M_EVENT) >= 0) { in dlg_menu()
557 button = (key - M_EVENT); in dlg_menu()
HDrangebox.c395 result = dlg_ok_buttoncode(key - M_EVENT); in dialog_rangebox()
HDtailbox.c267 *result = dlg_ok_buttoncode(ch - M_EVENT); in handle_my_getc()
HDtimebox.c371 result = dlg_ok_buttoncode(key - M_EVENT); in dialog_timebox()
HDprogressbox.c359 result = dlg_ok_buttoncode(key - M_EVENT); in pause_for_ok()
HDeditbox.c526 key -= M_EVENT; in dlg_editbox()
HDtreeview.c373 key -= M_EVENT; in dlg_treeview()
HDchecklist.c395 key -= M_EVENT; in dlg_checklist()
HDdlg_keys.c854 dump_curses_key(fp, curses_key - M_EVENT); in dump_curses_key()
HDdialog.h973 #define M_EVENT (DLGK_max + 1) macro
HDtextbox.c856 result = dlg_exit_buttoncode(key - M_EVENT); in dialog_textbox()
HDcalendar.c886 #define Mouse2Key(key) (key - M_EVENT) in dialog_calendar()
HDformbox.c829 } else if ((code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) { in dlg_form()
HDfselect.c910 && (code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) { in dlg_fselect()
HDbuildlist.c781 key -= M_EVENT; in dlg_buildlist()