Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdhist.c197 hisptr->hisnum = 0; in clear_hist_entry()
198 hisptr->viminfo = FALSE; in clear_hist_entry()
199 hisptr->hisstr = NULL; in clear_hist_entry()
200 hisptr->time_set = 0; in clear_hist_entry()
301 histentry_T *hisptr; in add_to_history() local
332 vim_free(hisptr->hisstr); in add_to_history()
341 hisptr->viminfo = FALSE; in add_to_history()
428 histentry_T *hisptr; in clr_history() local
432 hisptr = history[histype]; in clr_history()
437 hisptr++; in clr_history()
[all …]
/vim-8.2.3635/src/proto/
H A Dcmdhist.pro10 void clear_hist_entry(histentry_T *hisptr);
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt9377 Solution: Increment hisptr. Add a test. (Yegappan Lakshmanan)