Lines Matching defs:curhline
143 #define curhline editb.e_hline /* current history line */
727 curhline = histmax;
868 curhline += vp->repeat;
869 if( curhline > histmax )
871 curhline = histmax;
874 else if(curhline==histmax && tmp_u_column!=INVALID )
901 if( curhline == histmax )
911 curhline -= vp->repeat;
912 if( curhline <= histmin )
914 curhline += vp->repeat;
920 if(curhline!=histmax || cur_virt==INVALID)
921 hist_copy((char*)virtual, MAXLINE, curhline,-1);
977 curhline = vp->repeat;
1021 curhline = histmax;
1037 curhline = vp->ed->hlist[vp->repeat+vp->ed->hoff-1]->index;
2263 oldcurhline = curhline;
2269 location.hist_command = curhline;
2275 if( new_direction==1 && curhline >= histmax )
2276 curhline = histmin + 1;
2277 location = hist_find(shgd->hist_ptr,((char*)virtual)+1, curhline, 1, new_direction);
2282 if( (curhline=location.hist_command) >=0 )
2290 curhline = oldcurhline;