Lines Matching refs:histype
1341 int histype, in cmdline_browse_history() argument
1372 hiscnt = *get_hisidx(histype); in cmdline_browse_history()
1373 else if (hiscnt == 0 && *get_hisidx(histype) in cmdline_browse_history()
1376 else if (hiscnt != *get_hisidx(histype) + 1) in cmdline_browse_history()
1387 if (hiscnt == *get_hisidx(histype)) in cmdline_browse_history()
1401 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()
1427 if (histype == HIST_SEARCH in cmdline_browse_history()
1579 int histype; // history type to be used in getcmdline_int() local
1712 histype = hist_char2type(firstc); in getcmdline_int()
2256 res = cmdline_browse_history(c, firstc, &lookfor, histype, in getcmdline_int()
2442 && (some_key_typed || histype == HIST_SEARCH)) in getcmdline_int()
2444 add_to_history(histype, ccline.cmdbuff, TRUE, in getcmdline_int()
2445 histype == HIST_SEARCH ? firstc : NUL); in getcmdline_int()