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

Function vi_prev_char

extern/editline/src/vi.c:734–739  ·  view source on GitHub ↗

vi_prev_char(): * Vi move to the character specified previous * [F] */

Source from the content-addressed store, hash-verified

732 * [F]
733 */
734protected el_action_t
735/*ARGSUSED*/
736vi_prev_char(EditLine *el, Int c __attribute__((__unused__)))
737{
738 return cv_csearch(el, CHAR_BACK, -1, el->el_state.argument, 0);
739}
740
741
742/* vi_to_next_char():

Callers

nothing calls this directly

Calls 1

cv_csearchFunction · 0.85

Tested by

no test coverage detected