Lines Matching refs:histptr
1198 x_histp = histptr + 1; in x_modified()
1276 x_histmcp = x_histp = histptr + 1; in x_emacs()
1287 if (histptr - history >= off) { in x_emacs()
1288 x_load_hist(histptr - off); in x_emacs()
1842 x_load_hist(histptr); in x_end_hist()
1871 x_load_hist(histptr + x_arg - source->line); in x_goto_hist()
1880 if (hp == histptr + 1) { in x_load_hist()
1883 } else if (hp < history || hp > histptr) { in x_load_hist()
1904 if (!x_histncp || (x_histmcp != x_histncp && x_histmcp != histptr + 1)) in x_nl_next_com()
1907 x_nextcmd = source->line - (histptr - x_histncp) + 1; in x_nl_next_com()
1993 x_load_hist(histptr + 1); in x_search_hist()
2027 x_histp = histptr; in x_search()
2053 while (histptr >= hp && hp >= history) { in x_search_dir()
3173 x_arg = source->line - (histptr - x_histp); in x_edit_line()
3217 xhp = histptr - (m - 1); in x_prev_histword()