Home
last modified time | relevance | path

Searched refs:INPUT_NORMAL (Results 1 – 21 of 21) sorted by relevance

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dmode-search.c20 set_input_mode(INPUT_NORMAL); in search_mode_keypress()
34 set_input_mode(INPUT_NORMAL); in search_mode_keypress()
H A Dmode-command.c12 set_input_mode(INPUT_NORMAL); in command_mode_handle_enter()
49 set_input_mode(INPUT_NORMAL); in command_mode_keypress()
H A Dmode-git-open.c64 set_input_mode(INPUT_NORMAL); in git_open_load()
206 set_input_mode(INPUT_NORMAL); in git_open_keypress()
247 set_input_mode(INPUT_NORMAL); in git_open_keypress()
H A Deditor.c32 .input_mode = INPUT_NORMAL,
78 [INPUT_NORMAL] = &normal_mode_ops,
153 case INPUT_NORMAL: in restore_cursor()
H A Deditor.h20 INPUT_NORMAL, enumerator
H A Dscreen-cmdline.c75 case INPUT_NORMAL: { in update_command_line()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Interface/
H A Dedit_keyboard.cpp31 if ((mode == INPUT_NORMAL) && (input_mode != INPUT_NORMAL)) { in set_input_mode()
40 set_input_mode (INPUT_NORMAL); in set_input_normal()
45 return input_mode == INPUT_NORMAL; in in_normal_mode()
H A Dedit_interface.hpp18 #define INPUT_NORMAL 0 macro
H A Dedit_interface.cpp61 input_mode= INPUT_NORMAL; in edit_interface_rep()
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dcycle.c147 if (game.input_mode == INPUT_NORMAL) { in print_line_prompt()
263 case INPUT_NORMAL: in main_cycle()
341 if (!game.has_prompt && game.input_mode == INPUT_NORMAL) { in run_game()
H A Dkeyboard.c217 new_input_mode (INPUT_NORMAL); in handle_getstring()
H A Dop_cmd.c130 cmd(accept_input) { new_input_mode (INPUT_NORMAL); } in cmd()
/dports/x11-wm/pwm/pwm-20070720/
H A Dglobal.h26 INPUT_NORMAL, enumerator
H A Dkey.c40 if(wglobal.input_mode==INPUT_NORMAL){ in handle_keypress()
H A Dmain.c92 wglobal.input_mode=INPUT_NORMAL; in main()
H A Dmoveres.c562 wglobal.input_mode=INPUT_NORMAL; in keyboard_moveres_end()
570 wglobal.input_mode=INPUT_NORMAL; in keyboard_moveres_cancel()
H A Devent.c615 wglobal.input_mode=INPUT_NORMAL; in ungrab_kb_ptr()
/dports/audio/pms/pms-0.42/src/
H A Dinput.h42 INPUT_NORMAL,
H A Dinput.cpp31 this->_mode = INPUT_NORMAL; in Input()
179 if (_mode == INPUT_NORMAL) in dispatch()
H A Daction.cpp431 set_input_mode(INPUT_NORMAL); in clear_filters()
1418 pms->input->mode(INPUT_NORMAL); in handle_command()
1483 pms->input->mode(INPUT_NORMAL); in handle_command()
1491 pms->input->mode(INPUT_NORMAL); in handle_command()
1992 pms->input->mode(INPUT_NORMAL); in setwin()
/dports/games/sarien/sarien-0.7.0/src/include/
H A Dagi.h149 #define INPUT_NORMAL 0x01 macro