Lines Matching refs:histentry_T
461 static histentry_T *viminfo_history[HIST_COUNT] =
510 histentry_T *histentry = get_histentry(type); in prepare_viminfo_history()
524 viminfo_history[type] = LALLOC_MULT(histentry_T, len); in prepare_viminfo_history()
675 histentry_T *histentry = get_histentry(type); in concat_history()
721 histentry_T *p1 = *(histentry_T **)s1; in sort_hist()
722 histentry_T *p2 = *(histentry_T **)s2; in sort_hist()
737 histentry_T **tot_hist; in merge_history()
738 histentry_T *new_hist; in merge_history()
742 histentry_T *histentry = get_histentry(type); in merge_history()
748 tot_hist = ALLOC_MULT(histentry_T *, max_len); in merge_history()
749 new_hist = ALLOC_MULT(histentry_T, hislen); in merge_history()
764 qsort((void *)tot_hist, (size_t)len, sizeof(histentry_T *), sort_hist); in merge_history()
836 histentry_T *histentry = get_histentry(type); in write_viminfo_history()