Searched refs:histype1 (Results 1 – 1 of 1) sorted by relevance
693 int histype1 = HIST_CMD; in ex_history() local716 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()