Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdhist.c16 static histentry_T *(history[HIST_COUNT]) = {NULL, NULL, NULL, NULL, NULL};
34 histentry_T *
41 set_histentry(int hist_type, histentry_T *entry) in set_histentry()
123 histentry_T *temp; in init_history()
136 temp = ALLOC_MULT(histentry_T, newlen); in init_history()
195 clear_hist_entry(histentry_T *hisptr) in clear_hist_entry()
301 histentry_T *hisptr; in add_to_history()
374 histentry_T *hist; in calc_hist_idx()
428 histentry_T *hisptr; in clr_history()
454 histentry_T *hisptr; in del_history_entry()
[all …]
H A Dviminfo.c461 static histentry_T *viminfo_history[HIST_COUNT] =
510 histentry_T *histentry = get_histentry(type); 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()
[all …]
H A Dstructs.h1214 } histentry_T; typedef
/vim-8.2.3635/src/proto/
H A Dcmdhist.pro3 histentry_T *get_histentry(int hist_type);
4 void set_histentry(int hist_type, histentry_T *entry);
10 void clear_hist_entry(histentry_T *hisptr);