Home
last modified time | relevance | path

Searched refs:history_search_forward (Results 1 – 13 of 13) sorted by relevance

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dhistory.h12 bool history_search_forward(const PointerArray *history, ssize_t *pos, const char *text);
H A Dhistory.c33 bool history_search_forward ( in history_search_forward() function
H A Dcmdline.c279 if (history_search_forward(history, &c->search_pos, c->search_text)) { in cmdline_handle_key()
/dports/audio/cmus/cmus-2.9.1/
H A Dhistory.h37 const char *history_search_forward(struct history *history, const char *text);
H A Dhistory.c159 const char *history_search_forward(struct history *history, const char *text) in history_search_forward() function
H A Dsearch_mode.c271 text = history_search_forward(&search_history, history_search_text); in search_mode_key()
H A Dcommand_mode.c3072 s = history_search_forward(&cmd_history, history_search_text); in command_mode_key()
/dports/shells/fish/fish-3.3.1/src/
H A Dinput_common.h23 history_search_forward, enumerator
H A Dinput.cpp136 {L"history-search-forward", readline_cmd_t::history_search_forward},
H A Dreader.cpp1378 case rl::history_search_forward: in command_ends_paging()
1449 case readline_cmd_t::history_search_forward: in command_ends_history_search()
3318 case rl::history_search_forward: in handle_readline_command()
/dports/math/octave/octave-6.4.0/liboctave/util/
H A Dcmd-edit.cc207 static int history_search_forward (int, int);
819 gnu_readline::history_search_forward (int count, int c) in history_search_forward() function in octave::gnu_readline
/dports/lang/vala/vala-0.48.18/vapi/
H A Dreadline.vapi368 public int history_search_forward (int a, int b);
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dliboctave-ChangeLog12163 (gnu_readline::history_search_forward): Likewise.