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

/freebsd-10.1-release/contrib/dialog/
H A Ddlg_keys.h102 #define is_DLGK_MOUSE(code) ((code) >= M_EVENT)
103 #define DLGK_MOUSE(code) ((code) + M_EVENT)
H A Dyesno.c143 result = dlg_yes_buttoncode(key - M_EVENT);
H A Dmsgbox.c160 result = dlg_ok_buttoncode(key - M_EVENT);
H A Dpause.c229 result = dlg_ok_buttoncode(key - M_EVENT);
H A Dinputbox.c181 && (code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) {
H A Dprogressbox.c175 result = dlg_ok_buttoncode(key - M_EVENT);
H A Dcalendar.c564 key = dlg_lookup_key(dialog, key - M_EVENT, &fkey);
606 if ((key2 = dlg_ok_buttoncode(key - M_EVENT)) >= 0) {
H A Dmenubox.c524 && dlg_ok_buttoncode(key - M_EVENT) >= 0) {
525 button = (key - M_EVENT);
H A Drangebox.c392 result = dlg_ok_buttoncode(key - M_EVENT);
H A Dtimebox.c358 result = dlg_ok_buttoncode(key - M_EVENT);
H A Dchecklist.c375 key -= M_EVENT;
H A Ddialog.h881 * -- uppercase chars are used to invoke the button (M_EVENT + 'O')
883 #define M_EVENT (DLGK_max + 1) macro
H A Deditbox.c503 key -= M_EVENT;
H A Dtreeview.c367 key -= M_EVENT;
H A Dbuildlist.c676 key -= M_EVENT;
H A Dformbox.c807 } else if ((code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) {
H A Dfselect.c876 && (code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) {
H A Dtextbox.c829 result = dlg_exit_buttoncode(key - M_EVENT);
/freebsd-10.1-release/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c268 cur_button = key - M_EVENT;

Completed in 136 milliseconds