Lines Matching refs:hloff
128 #define hloff editb.e_hloff
227 location.hist_line = hloff;
234 ep->in_mult = hloff; /* save pos in last command */
269 hloff = location.hist_line;
270 hist_copy((char*)kstack,MAXLINE, hline,hloff);
629 if (count <= hloff)
630 hloff -= count;
633 hline -= count - hloff;
634 hloff = 0;
652 location.hist_line = hloff;
674 hloff = location.hist_line;
676 location = hist_locate(shgd->hist_ptr,hline,hloff,count);
688 hloff = location.hist_line;
692 location.hist_line = hloff;
696 hist_copy((char*)out,MAXLINE, hline,hloff);
916 hloff = 0;
922 hloff = 0;
1180 if (hloff)
1183 strcat(hbuf, itos(hloff+1));
1187 (hloff != location.hist_line))
1312 hloff = location.hist_line = 0; /* display first line of multi line command */
1314 hloff = location.hist_line;
1316 hist_copy((char*)out,MAXLINE, hline,hloff);
1327 location.hist_line = hloff;
1329 hloff = 0;