Searched defs:curhline (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c148 #define curhline editb.e_hline /* current history line */ macro
732 curhline = histmax;
870 curhline += vp->repeat;
871 if( curhline > histmax )
873 curhline = histmax;
876 else if(curhline==histmax && tmp_u_column!=INVALID )
903 if( curhline == histmax )
913 curhline -= vp->repeat;
914 if( curhline <= histmin )
916 curhline
[all...]

Completed in 26 milliseconds