Searched refs:F_MOVE (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | parse.h | 110 #define F_MOVE 8 macro
|
| H A D | parse.c | 451 { "f.move", FKEYWORD, F_MOVE },
|
| H A D | events.c | 605 /* 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 D | menus.c | 86 int MoveFunction; /**< either F_MOVE or F_FORCEMOVE */ 1445 case F_MOVE: 2249 case F_MOVE:
|
| H A D | add_window.c | 1012 do_add_binding(Button1, C_TITLE, NoModifierMask, F_MOVE);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_deferral.h | 52 [F_MOVE] = DC_MOVE,
|
| H A D | functions_defs.h | 71 #define F_MOVE 50 macro
|
| H A D | functions_dispatch_execution.h | 68 [F_MOVE] = f_move_impl,
|
| H A D | functions_parse_table.h | 71 { "f.move", FKEYWORD, F_MOVE },
|
| H A D | ewmh.c | 1323 ExecuteFunction(F_MOVE, "", twm_win->frame, twm_win,
|
| H A D | menus.c | 228 SETDEF(Button1, C_TITLE, F_MOVE);
|
| H A D | event_handlers.c | 983 if(key->func == F_MOVE || key->func == F_RESIZE) { 2432 case F_MOVE:
|
Completed in 21 milliseconds