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

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

Completed in 65 milliseconds