Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c2224 register int new_direction; in search() local
2262 new_direction = -vp->direction; in search()
2264 new_direction = vp->direction; in search()
2281 if( new_direction==1 && curhline >= histmax ) in search()
2283 location = hist_find(shgd->hist_ptr,((char*)virtual)+1, curhline, 1, new_direction); in search()