Lines Matching refs:histptr
1144 x_histp = histptr + 1; in x_modified()
1214 x_histp = histptr + 1; in x_emacs()
1225 if (histptr - history >= off) { in x_emacs()
1226 x_load_hist(histptr - off); in x_emacs()
1793 x_load_hist(histptr); in x_end_hist()
1822 x_load_hist(histptr + x_arg - source->line); in x_goto_hist()
1832 if (hp == histptr + 1) { in x_load_hist()
1835 } else if (hp < history || hp > histptr) { in x_load_hist()
1859 if (!x_histncp || (x_histp != x_histncp && x_histp != histptr + 1)) in x_nl_next_com()
1862 x_nextcmd = source->line - (histptr - x_histncp) + 1; in x_nl_next_com()
1946 x_load_hist(histptr + 1); in x_search_hist()
1977 x_histp = histptr; in x_search()
2003 while (histptr >= hp && hp >= history) { in x_search_dir()
3084 x_arg = source->line - (histptr - x_histp); in x_edit_line()
3129 xhp = histptr - (m - 1); in x_prev_histword()