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

/freebsd-13-stable/contrib/dialog/
H A Ddlg_keys.h103 #define is_DLGK_MOUSE(code) ((code) >= M_EVENT)
104 #define DLGK_MOUSE(code) ((code) + M_EVENT)
H A Dmsgbox.c170 result = dlg_ok_buttoncode(key - M_EVENT);
H A Dyesno.c155 result = dlg_yes_buttoncode(key - M_EVENT);
H A Dinputbox.c191 && (code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) {
H A Dpause.c239 result = dlg_ok_buttoncode(key - M_EVENT);
H A Dmenubox.c541 && dlg_ok_buttoncode(key - M_EVENT) >= 0) {
542 button = (key - M_EVENT);
H A Dprogressbox.c350 result = dlg_ok_buttoncode(key - M_EVENT);
H A Drangebox.c405 result = dlg_ok_buttoncode(key - M_EVENT);
H A Dtimebox.c371 result = dlg_ok_buttoncode(key - M_EVENT);
H A Dchecklist.c392 key -= M_EVENT;
H A Ddlg_keys.c769 dump_curses_key(fp, curses_key - M_EVENT);
H A Deditbox.c519 key -= M_EVENT;
H A Dtreeview.c370 key -= M_EVENT;
H A Dcalendar.c887 #define Mouse2Key(key) (key - M_EVENT)
H A Ddialog.h924 * -- uppercase chars are used to invoke the button (M_EVENT + 'O')
926 #define M_EVENT (DLGK_max + 1) macro
H A Dformbox.c825 } else if ((code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) {
H A Dfselect.c889 && (code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) {
H A Dtextbox.c835 result = dlg_exit_buttoncode(key - M_EVENT);
H A Dbuildlist.c777 key -= M_EVENT;
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c270 cur_button = key - M_EVENT;

Completed in 127 milliseconds