Searched defs:hloff (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c128 #define hloff editb.e_hloff macro
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;
[all...]

Completed in 59 milliseconds