Searched refs:hisptr (Results 1 – 3 of 3) sorted by relevance
197 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() local332 vim_free(hisptr->hisstr); in add_to_history()341 hisptr->viminfo = FALSE; in add_to_history()428 histentry_T *hisptr; in clr_history() local432 hisptr = history[histype]; in clr_history()437 hisptr++; in clr_history()[all …]
10 void clear_hist_entry(histentry_T *hisptr);
9377 Solution: Increment hisptr. Add a test. (Yegappan Lakshmanan)