Home
last modified time | relevance | path

Searched refs:MI_DC (Results 1 – 6 of 6) sorted by relevance

/dports/misc/clex/clex-4.6.patch9/src/
H A Dfilepanel.c401 if (MI_DC(1)) { in cx_files_mouse()
420 if (MI_DC(1) && minp.cursor == 1) { in cx_files_mouse()
426 if (MI_DC(1)) in cx_files_mouse()
H A Dmouse.c86 if (MI_AREA(BAR) && MI_DC(1)) { in cx_common_mouse()
H A Dpreview.c97 if (MI_AREA(PANEL) && MI_DC(1)) { in cx_preview_mouse()
H A Dcontrol.c858 (fkey == 2 && MI_DC(1) && MI_AREA(PANEL) in do_action()
868 if (fkey == 2 && MI_DC(1)) { in do_action()
H A Dhelp.c515 if (MI_DC(1)) { in cx_help_mouse()
H A Dclex.h212 #define MI_DC(X) (MI_B(X) && minp.doubleclick) macro