Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_getln.c1351 if (get_hislen() == 0 || firstc == NUL) // no history in cmdline_browse_history()
1371 if (hiscnt == get_hislen()) // first time in cmdline_browse_history()
1374 != get_hislen() - 1) in cmdline_browse_history()
1375 hiscnt = get_hislen() - 1; in cmdline_browse_history()
1389 hiscnt = get_hislen(); in cmdline_browse_history()
1394 if (hiscnt == get_hislen()) in cmdline_browse_history()
1396 if (hiscnt == get_hislen() - 1) // wrap around in cmdline_browse_history()
1422 if (hiscnt == get_hislen()) in cmdline_browse_history()
1711 hiscnt = get_hislen(); // set hiscnt to impossible history value in getcmdline_int()
4318 if (get_hislen() > 0) in open_cmdwin()
[all …]
H A Dviminfo.c503 hislen = get_hislen(); in prepare_viminfo_history()
674 int hislen = get_hislen(); in concat_history()
741 int hislen = get_hislen(); in merge_history()
831 hislen = get_hislen(); in write_viminfo_history()
H A Dcmdhist.c26 get_hislen(void) in get_hislen() function
/vim-8.2.3635/src/proto/
H A Dcmdhist.pro2 int get_hislen(void);