Searched refs:histname (Results 1 – 1 of 1) sorted by relevance
639 char_u *histname; in f_histnr() local644 histname = tv_get_string_chk(&argvars[0]); in f_histnr()645 i = histname == NULL ? HIST_CMD - 1 : get_histtype(histname); in f_histnr()