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