Home
last modified time | relevance | path

Searched refs:hloff (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/edit/
H A Demacs.c128 #define hloff editb.e_hloff macro
226 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 …]