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

Function vi_search_next

extern/editline/src/vi.c:675–681  ·  view source on GitHub ↗

vi_search_next(): * Vi search history next * [/] */

Source from the content-addressed store, hash-verified

673 * [/]
674 */
675protected el_action_t
676/*ARGSUSED*/
677vi_search_next(EditLine *el, Int c __attribute__((__unused__)))
678{
679
680 return cv_search(el, ED_SEARCH_NEXT_HISTORY);
681}
682
683
684/* vi_repeat_search_next():

Callers

nothing calls this directly

Calls 1

cv_searchFunction · 0.85

Tested by

no test coverage detected