Home | History | Annotate | Download | only in src

Lines Matching refs:histptr

1127 		x_histp = histptr + 1;
1196 x_histp = histptr + 1;
1207 if (histptr - history >= off) {
1208 x_load_hist(histptr - off);
1785 x_load_hist(histptr);
1814 x_load_hist(histptr + x_arg - source->line);
1824 if (hp == histptr + 1) {
1827 } else if (hp < history || hp > histptr) {
1851 if (!x_histncp || (x_histp != x_histncp && x_histp != histptr + 1))
1854 x_nextcmd = source->line - (histptr - x_histncp) + 1;
1938 x_load_hist(histptr + 1);
1969 x_histp = histptr;
1995 while (histptr >= hp && hp >= history) {
3073 x_arg = source->line - (histptr - x_histp);
3118 xhp = histptr - (m - 1);