Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c147 #define histmax editb.e_hismax macro
727 curhline = histmax; in cntlmode()
870 if( curhline > histmax ) in cntlmode()
872 curhline = histmax; in cntlmode()
875 else if(curhline==histmax && tmp_u_column!=INVALID ) in cntlmode()
902 if( curhline == histmax ) in cntlmode()
921 if(curhline!=histmax || cur_virt==INVALID) in cntlmode()
975 if( vp->repeat <= histmin || vp->repeat > histmax ) in cntlmode()
1023 curhline = histmax; in cntlmode()
2281 if( new_direction==1 && curhline >= histmax ) in search()