Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/edit/
H A Dvi.c2129 register int new_direction; in search() local
2167 new_direction = -vp->direction; in search()
2169 new_direction = vp->direction; in search()
2186 if( new_direction==1 && curhline >= histmax ) in search()
2188 location = hist_find(sh.hist_ptr,((char*)virtual)+1, curhline, 1, new_direction); in search()