Lines Matching defs:hline
116 #define hline editb.e_hline
216 hloff = hist_copy((char*)0, hline, -1);
220 location.his_command = hline;
255 hline = location.his_command;
257 hist_copy((char*)kstack,hline,hloff);
596 hline -= count - hloff;
600 if (hline <= hismin)
602 if (hline < hismin)
605 hline = hismin+1;
614 location.his_command = hline;
621 hline = location.his_command; /* start at saved position */
624 location = hist_locate(hline,hloff,count);
635 hline = location.his_command;
639 location.his_command = hline; /* save current position */
642 hist_copy(out,hline,hloff);
861 hline = histlines-1;
870 hline = hismin + 1;
873 return(hline-hismin);
1024 strcat(hbuf, itos(hline));
1031 if ((hline != location.his_command) ||
1150 location = hist_find((char*)lstring,hline,1,direction);
1154 hline = i;
1160 hist_copy((char*)out,hline,hloff);
1170 location.his_command = hline;
1174 hline = histlines;