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

/ast/src/cmd/ie/
H A Dvi.c1767 register int first_w = first_wind; local
1820 if( ncur_phys<first_w || ncur_phys>=(first_w + w_size) )
1822 cursor(first_w);
1823 first_w = ncur_phys - (w_size>>1);
1824 if( first_w < 0 )
1825 first_w = 0;
1826 first_wind = cur_phys = first_w;
1832 if( first_w==ofirst_wind && ncur_phys>=ocur_phys && opflag )
1835 w = p - first_w;
[all...]
/ast/src/cmd/ksh93/edit/
H A Dvi.c1875 register int first_w = vp->first_wind; local
1952 if( ncur_phys<first_w || ncur_phys>=(first_w + w_size) )
1954 cursor(vp,first_w);
1955 first_w = ncur_phys - (w_size>>1);
1956 if( first_w < 0 )
1957 first_w = 0;
1958 vp->first_wind = cur_phys = first_w;
1964 if( first_w==vp->ofirst_wind && ncur_phys>=vp->ocur_phys && opflag==1 )
1967 w = p - first_w;
[all...]

Completed in 17 milliseconds