Home
last modified time | relevance | path

Searched refs:vi_histpos (Results 1 – 1 of 1) sorted by relevance

/dports/biology/mapm3/mapm3-3.0_1/readline/
H A Dvi_mode.c15 static int vi_histpos; variable
76 vi_histpos = where_history ();
139 int old, save = vi_histpos;
142 if (string == 0 || *string == 0 || vi_histpos < 0)
148 if ((save = history_search_pos (string, dir, vi_histpos + dir)) == -1)
157 vi_histpos = save;
160 history_set_pos (vi_histpos);