Lines Matching refs:hloff
128 #define hloff editb.e_hloff
226 location.hist_line = hloff;
233 ep->in_mult = hloff; /* save pos in last command */
268 hloff = location.hist_line;
269 hist_copy((char*)kstack,MAXLINE, hline,hloff);
614 if (count <= hloff)
615 hloff -= count;
618 hline -= count - hloff;
619 hloff = 0;
637 location.hist_line = hloff;
644 hloff = location.hist_line;
646 location = hist_locate(sh.hist_ptr,hline,hloff,count);
658 hloff = location.hist_line;
662 location.hist_line = hloff;
666 hist_copy((char*)out,MAXLINE, hline,hloff);
886 hloff = 0;
892 hloff = 0;
1121 if (hloff)
1124 strcat(hbuf, itos(hloff+1));
1128 (hloff != location.hist_line))
1250 hloff = location.hist_line = 0; /* display first line of multi line command */
1252 hloff = location.hist_line;
1254 hist_copy((char*)out,MAXLINE, hline,hloff);
1265 location.hist_line = hloff;
1267 hloff = 0;