Lines Matching defs:hline
127 #define hline editb.e_hline
226 location.hist_command = hline;
268 hline = location.hist_command;
270 hist_copy((char*)kstack,MAXLINE, hline,hloff);
633 hline -= count - hloff;
637 if (hline <= hismin)
639 if (hline < hismin)
642 hline = hismin+1;
651 location.hist_command = hline;
673 hline = location.hist_command; /* start at saved position */
676 location = hist_locate(shgd->hist_ptr,hline,hloff,count);
687 hline = location.hist_command;
691 location.hist_command = hline; /* save current position */
696 hist_copy((char*)out,MAXLINE, hline,hloff);
915 hline = histlines-1;
924 hline = hismin + 1;
927 return(hline-hismin);
1179 strcat(hbuf, itos(hline));
1186 if ((hline != location.hist_command) ||
1306 location = hist_find(shgd->hist_ptr,(char*)lstring,hline,1,direction);
1310 hline = i;
1316 hist_copy((char*)out,MAXLINE, hline,hloff);
1326 location.hist_command = hline;
1330 hline = histlines;