Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdhist.c693 int histype1 = HIST_CMD; in ex_history() local
716 histype1 = get_histtype(arg); in ex_history()
717 if (histype1 == -1) in ex_history()
721 histype1 = 0; in ex_history()
732 histype2 = histype1; in ex_history()
743 for (; !got_int && histype1 <= histype2; ++histype1) in ex_history()
746 STRCAT(STRCAT(IObuff, history_names[histype1]), " history"); in ex_history()
748 idx = hisidx[histype1]; in ex_history()
749 hist = history[histype1]; in ex_history()