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

/ast/src/cmd/ie/
H A Demacs.c117 #define hloff editb.e_hloff macro
215 if (hist_ptr) /* hloff cleared by ed_setup, recalculate... */
216 hloff = hist_copy((char*)0, hline, -1);
221 location.his_line = hloff;
228 in_mult = hloff; /* save pos in last command */
256 hloff = location.his_line;
257 hist_copy((char*)kstack,hline,hloff);
592 if (count <= hloff)
593 hloff -= count;
596 hline -= count - hloff;
[all...]
/ast/src/cmd/ksh93/edit/
H A Demacs.c128 #define hloff editb.e_hloff macro
227 location.hist_line = hloff;
234 ep->in_mult = hloff; /* save pos in last command */
269 hloff = location.hist_line;
270 hist_copy((char*)kstack,MAXLINE, hline,hloff);
629 if (count <= hloff)
630 hloff -= count;
633 hline -= count - hloff;
634 hloff = 0;
652 location.hist_line = hloff;
[all...]

Completed in 1224 milliseconds