Searched refs:hloff (Results 1 – 1 of 1) sorted by relevance
128 #define hloff editb.e_hloff macro226 location.hist_line = hloff; in ed_emacsread()233 ep->in_mult = hloff; /* save pos in last command */ in ed_emacsread()268 hloff = location.hist_line; in ed_emacsread()269 hist_copy((char*)kstack,MAXLINE, hline,hloff); in ed_emacsread()614 if (count <= hloff) in ed_emacsread()615 hloff -= count; in ed_emacsread()618 hline -= count - hloff; in ed_emacsread()619 hloff = 0; in ed_emacsread()637 location.hist_line = hloff; in ed_emacsread()[all …]