Searched refs:histmax (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
H A Dvi.c124 #define histmax editb.e_hismax macro
748 curhline = histmax;
879 if( curhline > histmax )
881 curhline = histmax;
884 else if(curhline==histmax && tmp_u_column!=INVALID )
897 if( curhline == histmax )
951 if( repeat <= histmin || repeat > histmax )
2107 if( new_direction==1 && curhline >= histmax )
/ast/src/cmd/ksh93/edit/
H A Dvi.c147 #define histmax editb.e_hismax macro
727 curhline = histmax;
869 if( curhline > histmax )
871 curhline = histmax;
874 else if(curhline==histmax && tmp_u_column!=INVALID )
901 if( curhline == histmax )
920 if(curhline!=histmax || cur_virt==INVALID)
973 if( vp->repeat <= histmin || vp->repeat > histmax )
1021 curhline = histmax;
2275 if( new_direction==1 && curhline >= histmax )
[all...]

Completed in 26 milliseconds