Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdhist.c199 hisptr->hisstr = NULL; in clear_hist_entry()
229 p = history[type][i].hisstr; in in_history()
245 str = history[type][i].hisstr; in in_history()
255 history[type][i].hisstr = str; in in_history()
319 vim_free(hisptr->hisstr); in add_to_history()
332 vim_free(hisptr->hisstr); in add_to_history()
337 if (hisptr->hisstr != NULL) in add_to_history()
400 if (hist[i].hisstr != NULL) in calc_hist_idx()
435 vim_free(hisptr->hisstr); in clr_history()
479 vim_free(hisptr->hisstr); in del_history_entry()
[all …]
H A Dviminfo.c630 p = viminfo_history[type][idx].hisstr; in handle_viminfo_history()
655 viminfo_history[type][idx].hisstr = p; in handle_viminfo_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()
[all …]
H A Dex_getln.c1401 if (hiscnt < 0 || get_histentry(histype)[hiscnt].hisstr in cmdline_browse_history()
1409 || STRNCMP(get_histentry(histype)[hiscnt].hisstr, in cmdline_browse_history()
1425 p = get_histentry(histype)[hiscnt].hisstr; in cmdline_browse_history()
4328 if (get_histentry(histtype)[i].hisstr != NULL) in open_cmdwin()
4329 ml_append(lnum++, get_histentry(histtype)[i].hisstr, in open_cmdwin()
H A Dstructs.h1212 char_u *hisstr; // actual entry, separator char after the NUL member