Lines Matching refs:histentry
510 histentry_T *histentry = get_histentry(type); in prepare_viminfo_history() local
516 if (histentry[i].hisstr == NULL || histentry[i].viminfo) in prepare_viminfo_history()
675 histentry_T *histentry = get_histentry(type); in concat_history() local
692 if (histentry[idx].hisstr != NULL || histentry[idx].viminfo) in concat_history()
702 vim_free(histentry[idx].hisstr); in concat_history()
703 histentry[idx].hisstr = viminfo_history[type][i].hisstr; in concat_history()
704 histentry[idx].viminfo = TRUE; in concat_history()
705 histentry[idx].time_set = viminfo_history[type][i].time_set; in concat_history()
713 histentry[idx++].hisnum = ++*hisnum; in concat_history()
742 histentry_T *histentry = get_histentry(type); in merge_history() local
760 if (histentry[i].hisstr != NULL) in merge_history()
761 tot_hist[len++] = &histentry[i]; in merge_history()
785 vim_free(histentry[i].hisstr); in merge_history()
786 vim_free(histentry); in merge_history()
836 histentry_T *histentry = get_histentry(type); in write_viminfo_history() local
877 p = histentry[i].hisstr; in write_viminfo_history()
878 timestamp = histentry[i].time_set; in write_viminfo_history()
890 || !histentry[i].viminfo)) in write_viminfo_history()