Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/edit/
H A Dvi.c152 #define histmax editb.e_hismax macro
728 curhline = histmax; in cntlmode()
858 if( curhline > histmax ) in cntlmode()
860 curhline = histmax; in cntlmode()
863 else if(curhline==histmax && tmp_u_column!=INVALID ) in cntlmode()
877 if( curhline == histmax ) in cntlmode()
896 if(curhline!=histmax || cur_virt==INVALID) in cntlmode()
938 if( vp->repeat <= histmin || vp->repeat > histmax ) in cntlmode()
986 curhline = histmax; in cntlmode()
2186 if( new_direction==1 && curhline >= histmax ) in search()