MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / vi_repeat_next_char

Function vi_repeat_next_char

extern/editline/src/vi.c:770–777  ·  view source on GitHub ↗

vi_repeat_next_char(): * Vi repeat current character search in the same search direction * [;] */

Source from the content-addressed store, hash-verified

768 * [;]
769 */
770protected el_action_t
771/*ARGSUSED*/
772vi_repeat_next_char(EditLine *el, Int c __attribute__((__unused__)))
773{
774
775 return cv_csearch(el, el->el_search.chadir, el->el_search.chacha,
776 el->el_state.argument, el->el_search.chatflg);
777}
778
779
780/* vi_repeat_prev_char():

Callers

nothing calls this directly

Calls 1

cv_csearchFunction · 0.85

Tested by

no test coverage detected