Searched defs:new_direction (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c2214 register int new_direction; local
2252 new_direction = -vp->direction;
2254 new_direction = vp->direction;
2271 if( new_direction==1 && curhline >= histmax )
2273 location = hist_find(shgd->hist_ptr,((char*)virtual)+1, curhline, 1, new_direction);

Completed in 27 milliseconds