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

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/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 114 milliseconds