Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcmdhist.pro3 histentry_T *get_histentry(int hist_type);
/vim-8.2.3635/src/
H A Dviminfo.c510 histentry_T *histentry = get_histentry(type); in prepare_viminfo_history()
675 histentry_T *histentry = get_histentry(type); in concat_history()
742 histentry_T *histentry = get_histentry(type); in merge_history()
802 if (get_histentry(type) == NULL) in finish_viminfo_history()
836 histentry_T *histentry = get_histentry(type); in write_viminfo_history()
H A Dex_getln.c1401 if (hiscnt < 0 || get_histentry(histype)[hiscnt].hisstr in cmdline_browse_history()
1409 || STRNCMP(get_histentry(histype)[hiscnt].hisstr, in cmdline_browse_history()
1425 p = get_histentry(histype)[hiscnt].hisstr; in cmdline_browse_history()
4328 if (get_histentry(histtype)[i].hisstr != NULL) in open_cmdwin()
4329 ml_append(lnum++, get_histentry(histtype)[i].hisstr, in open_cmdwin()
H A Dcmdhist.c35 get_histentry(int hist_type) in get_histentry() function