Searched refs:F_MOVE (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dparse.h110 #define F_MOVE 8 macro
H A Dparse.c451 { "f.move", FKEYWORD, F_MOVE },
H A Devents.c605 /* special case for F_MOVE/F_FORCEMOVE activated from a keypress */
606 if (key->func == F_MOVE || key->func == F_FORCEMOVE)
1605 case F_MOVE:
H A Dmenus.c86 int MoveFunction; /**< either F_MOVE or F_FORCEMOVE */
1445 case F_MOVE:
2249 case F_MOVE:
H A Dadd_window.c1012 do_add_binding(Button1, C_TITLE, NoModifierMask, F_MOVE);
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_deferral.h52 [F_MOVE] = DC_MOVE,
H A Dfunctions_defs.h71 #define F_MOVE 50 macro
H A Dfunctions_dispatch_execution.h68 [F_MOVE] = f_move_impl,
H A Dfunctions_parse_table.h71 { "f.move", FKEYWORD, F_MOVE },
H A Dewmh.c1323 ExecuteFunction(F_MOVE, "", twm_win->frame, twm_win,
H A Dmenus.c228 SETDEF(Button1, C_TITLE, F_MOVE);
H A Devent_handlers.c983 if(key->func == F_MOVE || key->func == F_RESIZE) {
2432 case F_MOVE:

Completed in 21 milliseconds