Lines Matching defs:hloff
117 #define hloff editb.e_hloff
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;
597 hloff = 0;
615 location.his_line = hloff;
622 hloff = location.his_line;
624 location = hist_locate(hline,hloff,count);
636 hloff = location.his_line;
640 location.his_line = hloff;
642 hist_copy(out,hline,hloff);
862 hloff = 0;
868 hloff = 0;
1025 if (hloff)
1028 strcat(hbuf, itos(hloff+1));
1032 (hloff != location.his_line))
1156 hloff = location.his_line = 0; /* display first line of multi line command */
1158 hloff = location.his_line;
1160 hist_copy((char*)out,hline,hloff);
1171 location.his_line = hloff;
1173 hloff = 0;