Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcmdhist.pro5 int *get_hisidx(int hist_type);
/vim-8.2.3635/src/
H A Dex_getln.c1372 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()
H A Dcmdhist.c47 get_hisidx(int hist_type) in get_hisidx() function
H A Dviminfo.c676 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()