Home
last modified time | relevance | path

Searched refs:INPUT_GIT_OPEN (Results 1 – 4 of 4) sorted by relevance

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Deditor.c81 [INPUT_GIT_OPEN] = &git_open_ops
163 case INPUT_GIT_OPEN: in restore_cursor()
442 if (editor.input_mode == INPUT_GIT_OPEN) { in main_loop()
456 if (editor.input_mode == INPUT_GIT_OPEN) { in main_loop()
457 editor.mode_ops[INPUT_GIT_OPEN]->update(); in main_loop()
H A Deditor.h23 INPUT_GIT_OPEN, enumerator
H A Dscreen-cmdline.c87 case INPUT_GIT_OPEN: in update_command_line()
H A Dcommand.c494 set_input_mode(INPUT_GIT_OPEN); in cmd_git_open()