vi_search_prev(): * Vi search history previous * [?] */
| 660 | * [?] |
| 661 | */ |
| 662 | protected el_action_t |
| 663 | /*ARGSUSED*/ |
| 664 | vi_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(): |
nothing calls this directly
no test coverage detected