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

/ast/src/cmd/ie/
H A Dvi.c2067 register int new_direction; local
2103 new_direction = -direction;
2105 new_direction = direction;
2107 if( new_direction==1 && curhline >= histmax )
2116 location = hist_find(((char*)virtual)+1, curhline, 1, new_direction);
/ast/src/cmd/ksh93/edit/
H A Dvi.c2218 register int new_direction; local
2256 new_direction = -vp->direction;
2258 new_direction = vp->direction;
2275 if( new_direction==1 && curhline >= histmax )
2277 location = hist_find(shgd->hist_ptr,((char*)virtual)+1, curhline, 1, new_direction);

Completed in 29 milliseconds