Lines Matching refs:hline
127 #define hline editb.e_hline macro
225 location.hist_command = hline; in ed_emacsread()
267 hline = location.hist_command; in ed_emacsread()
269 hist_copy((char*)kstack,MAXLINE, hline,hloff); in ed_emacsread()
618 hline -= count - hloff; in ed_emacsread()
622 if (hline <= hismin) in ed_emacsread()
624 if (hline < hismin) in ed_emacsread()
627 hline = hismin+1; in ed_emacsread()
636 location.hist_command = hline; in ed_emacsread()
643 hline = location.hist_command; /* start at saved position */ in ed_emacsread()
646 location = hist_locate(sh.hist_ptr,hline,hloff,count); in ed_emacsread()
657 hline = location.hist_command; in ed_emacsread()
661 location.hist_command = hline; /* save current position */ in ed_emacsread()
666 hist_copy((char*)out,MAXLINE, hline,hloff); in ed_emacsread()
885 hline = histlines-1; in escape()
894 hline = hismin + 1; in escape()
897 return(hline-hismin); in escape()
1120 strcat(hbuf, itos(hline)); in xcommands()
1127 if ((hline != location.hist_command) || in xcommands()
1244 location = hist_find(sh.hist_ptr,(char*)lstring,hline,1,direction); in search()
1248 hline = i; in search()
1254 hist_copy((char*)out,MAXLINE, hline,hloff); in search()
1264 location.hist_command = hline; in search()
1268 hline = histlines; in search()