Home
last modified time | relevance | path

Searched refs:INPUT_SEARCH (Results 1 – 8 of 8) sorted by relevance

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Deditor.h22 INPUT_SEARCH, enumerator
H A Dscreen-cmdline.c81 case INPUT_SEARCH: in update_command_line()
H A Deditor.c80 [INPUT_SEARCH] = &search_mode_ops,
160 case INPUT_SEARCH: in restore_cursor()
H A Dscreen-status.c175 if (editor.input_mode == INPUT_SEARCH) { in format_misc_status()
H A Dcommand.c1342 set_input_mode(INPUT_SEARCH); in cmd_search()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Replace/
H A Dedit_search.cpp383 set_input_mode (INPUT_SEARCH); in search_start()
421 set_input_mode (INPUT_SEARCH); in search_button_next()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Interface/
H A Dedit_keyboard.cpp50 return input_mode == INPUT_SEARCH; in in_search_mode()
H A Dedit_interface.hpp19 #define INPUT_SEARCH 1 macro