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

Function vi_search_prev

extern/editline/src/vi.c:662–668  ·  view source on GitHub ↗

vi_search_prev(): * Vi search history previous * [?] */

Source from the content-addressed store, hash-verified

660 * [?]
661 */
662protected el_action_t
663/*ARGSUSED*/
664vi_search_prev(EditLine *el, Int c __attribute__((__unused__)))
665{
666
667 return cv_search(el, ED_SEARCH_PREV_HISTORY);
668}
669
670
671/* vi_search_next():

Callers

nothing calls this directly

Calls 1

cv_searchFunction · 0.85

Tested by

no test coverage detected