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

/ast/src/cmd/ie/
H A Dvi.c2142 int new_phys; local
2149 new_phys = 0;
2193 new_phys = p;
2198 if( new_phys < first_wind || new_phys >= first_wind + w_size )
2207 cursor(new_phys);
/ast/src/cmd/ksh93/edit/
H A Dvi.c2306 int new_phys; local
2313 new_phys = 0;
2357 new_phys = p;
2362 if( new_phys < vp->first_wind || new_phys >= vp->first_wind + w_size )
2371 cursor(vp,new_phys);

Completed in 72 milliseconds