Searched refs:get_hisidx (Results 1 – 4 of 4) sorted by relevance
5 int *get_hisidx(int hist_type);
1372 hiscnt = *get_hisidx(histype); in cmdline_browse_history()1373 else if (hiscnt == 0 && *get_hisidx(histype) in cmdline_browse_history()1376 else if (hiscnt != *get_hisidx(histype) + 1) in cmdline_browse_history()1387 if (hiscnt == *get_hisidx(histype)) in cmdline_browse_history()4320 i = *get_hisidx(histtype); in open_cmdwin()4332 while (i != *get_hisidx(histtype)); in open_cmdwin()
47 get_hisidx(int hist_type) in get_hisidx() function
676 int *hisidx = get_hisidx(type); in concat_history()743 int *hisidx = get_hisidx(type); in merge_history()837 int *hisidx = get_hisidx(type); in write_viminfo_history()