Home
last modified time | relevance | path

Searched refs:hisnum (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dcmdhist.c18 static int hisnum[HIST_COUNT] = {0, 0, 0, 0, 0}; variable
55 return &hisnum[hist_type]; in get_hisnum()
197 hisptr->hisnum = 0; in clear_hist_entry()
253 history[type][i].hisnum = ++hisnum[type]; in in_history()
321 --hisnum[histype]; in add_to_history()
340 hisptr->hisnum = ++hisnum[histype]; in add_to_history()
361 return history[histype][hisidx[histype]].hisnum; in get_history_idx()
384 while (hist[i].hisnum > num) in calc_hist_idx()
440 hisnum[histype] = 0; // reset identifier counter in clr_history()
762 && hist[i].hisnum >= j && hist[i].hisnum <= k) in ex_history()
[all …]
H A Dviminfo.c577 viminfo_history[type][viminfo_hisidx[type]].hisnum = 0; in read_viminfo_history()
656 viminfo_history[type][idx].hisnum = 0; in handle_viminfo_history()
677 int *hisnum = get_hisnum(type); in concat_history() local
713 histentry[idx++].hisnum = ++*hisnum; in concat_history()
744 int *hisnum = get_hisnum(type); in merge_history() local
773 if (new_hist[i].hisnum == 0) in merge_history()
774 new_hist[i].hisnum = ++*hisnum; in merge_history()
H A Dstructs.h1210 int hisnum; // identifying number member