Lines Matching defs:hline
127 #define hline editb.e_hline
225 location.hist_command = hline;
267 hline = location.hist_command;
269 hist_copy((char*)kstack,MAXLINE, hline,hloff);
630 hline -= count - hloff;
634 if (hline <= hismin)
636 if (hline < hismin)
639 hline = hismin+1;
648 location.hist_command = hline;
670 hline = location.hist_command; /* start at saved position */
673 location = hist_locate(shgd->hist_ptr,hline,hloff,count);
684 hline = location.hist_command;
688 location.hist_command = hline; /* save current position */
693 hist_copy((char*)out,MAXLINE, hline,hloff);
912 hline = histlines-1;
921 hline = hismin + 1;
924 return(hline-hismin);
1176 strcat(hbuf, itos(hline));
1183 if ((hline != location.hist_command) ||
1302 location = hist_find(shgd->hist_ptr,(char*)lstring,hline,1,direction);
1306 hline = i;
1312 hist_copy((char*)out,MAXLINE, hline,hloff);
1322 location.hist_command = hline;
1326 hline = histlines;