Lines Matching full:histptr
1128 x_histp = histptr + 1;
1202 x_histp = histptr + 1;
1211 if (histptr - history >= off) {
1212 x_load_hist(histptr - off);
1787 x_load_hist(histptr);
1816 x_load_hist(histptr + x_arg - source->line);
1826 if (hp == histptr + 1) {
1829 } else if (hp < history || hp > histptr) {
1853 if (!x_histncp || (x_histp != x_histncp && x_histp != histptr + 1))
1856 x_nextcmd = source->line - (histptr - x_histncp) + 1;
1940 x_load_hist(histptr + 1);
1971 x_histp = histptr;
1997 while (histptr >= hp && hp >= history) {
3057 x_arg = source->line - (histptr - x_histp);
3102 xhp = histptr - (m - 1);