Lines Matching refs: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);
618 hline -= count - hloff;
622 if (hline <= hismin)
624 if (hline < hismin)
627 hline = hismin+1;
636 location.hist_command = hline;
643 hline = location.hist_command; /* start at saved position */
646 location = hist_locate(sh.hist_ptr,hline,hloff,count);
657 hline = location.hist_command;
661 location.hist_command = hline; /* save current position */
666 hist_copy((char*)out,MAXLINE, hline,hloff);
885 hline = histlines-1;
894 hline = hismin + 1;
897 return(hline-hismin);
1120 strcat(hbuf, itos(hline));
1127 if ((hline != location.hist_command) ||
1244 location = hist_find(sh.hist_ptr,(char*)lstring,hline,1,direction);
1248 hline = i;
1254 hist_copy((char*)out,MAXLINE, hline,hloff);
1264 location.hist_command = hline;
1268 hline = histlines;