Searched refs:HIST_CMD (Results 1 – 4 of 4) sorted by relevance
65 return HIST_CMD; in hist_char2type()645 i = histname == NULL ? HIST_CMD - 1 : get_histtype(histname); in f_histnr()646 if (i >= HIST_CMD && i < HIST_COUNT) in f_histnr()665 i = hisidx[HIST_CMD]; in remove_key_from_history()668 p = history[HIST_CMD][i].hisstr; in remove_key_from_history()693 int histype1 = HIST_CMD; in ex_history()694 int histype2 = HIST_CMD; in ex_history()
475 if (type == HIST_CMD) in hist_type2char()845 type == HIST_CMD ? _("Command Line") : in write_viminfo_history()
4301 if (histtype == HIST_CMD || histtype == HIST_DEBUG) in open_cmdwin()4404 if (histtype == HIST_CMD) in open_cmdwin()
1123 #define HIST_CMD 0 // colon commands macro