Lines Matching refs:hisstr
516 if (histentry[i].hisstr == NULL || histentry[i].viminfo) in prepare_viminfo_history()
574 viminfo_history[type][viminfo_hisidx[type]].hisstr = p; in read_viminfo_history()
630 p = viminfo_history[type][idx].hisstr; in handle_viminfo_history()
655 viminfo_history[type][idx].hisstr = p; in handle_viminfo_history()
692 if (histentry[idx].hisstr != NULL || histentry[idx].viminfo) in concat_history()
702 vim_free(histentry[idx].hisstr); in concat_history()
703 histentry[idx].hisstr = viminfo_history[type][i].hisstr; in concat_history()
760 if (histentry[i].hisstr != NULL) in merge_history()
772 tot_hist[i]->hisstr = NULL; in merge_history()
783 vim_free(viminfo_history[type][i].hisstr); in merge_history()
785 vim_free(histentry[i].hisstr); in merge_history()
877 p = histentry[i].hisstr; in write_viminfo_history()
883 : viminfo_history[type][i].hisstr; in write_viminfo_history()
936 vim_free(viminfo_history[type][i].hisstr); in write_viminfo_history()