Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c130 #define hloff editb.e_hloff macro
229 location.hist_line = hloff; in ed_emacsread()
236 ep->in_mult = hloff; /* save pos in last command */ in ed_emacsread()
271 hloff = location.hist_line; in ed_emacsread()
272 hist_copy((char*)kstack,MAXLINE, hline,hloff); in ed_emacsread()
633 if (count <= hloff) in ed_emacsread()
634 hloff -= count; in ed_emacsread()
637 hline -= count - hloff; in ed_emacsread()
638 hloff = 0; in ed_emacsread()
656 location.hist_line = hloff; in ed_emacsread()
[all …]