Searched refs:mouse_mkbutton (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/dialog/ |
| HD | arrows.c | 136 mouse_mkbutton(top, x - 1, 6, KEY_PPAGE); in dlg_draw_arrows2() 147 mouse_mkbutton(bottom, x - 1, 6, KEY_NPAGE); in dlg_draw_arrows2()
|
| HD | msgbox.c | 107 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_msgbox()
|
| HD | pause.c | 172 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_pause()
|
| HD | progressbox.c | 138 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in pause_for_ok()
|
| HD | fselect.c | 282 mouse_mkbutton(top, x, right, in fix_arrows() 286 mouse_mkbutton(bottom, x, right, in fix_arrows()
|
| HD | buttons.c | 376 mouse_mkbutton(y, x, dlg_count_columns(buffer), n); in dlg_draw_buttons()
|
| HD | dialog.h | 873 #define mouse_mkbutton(y,x,len,code) dlg_mouse_mkregion(y,x,1,len,code); macro
|