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

/ast/src/cmd/ie/
H A Dvi.c138 #define ofirst_wind editb.e_globals[7] /* old window first col */ macro
382 ofirst_wind = 0;
834 ofirst_wind = INVALID;
1155 ofirst_wind = 0;
1832 if( first_w==ofirst_wind && ncur_phys>=ocur_phys && opflag )
1914 ofirst_wind = first_w;
2150 if(first_wind==ofirst_wind && cur_virt>ocur_virt && ocur_virt!=INVALID)
/ast/src/cmd/ksh93/edit/
H A Dvi.c116 int ofirst_wind; /* old window first col */ member in struct:_vi_
378 vp->ofirst_wind = 0;
581 vp->ofirst_wind = INVALID;
814 vp->ofirst_wind = INVALID;
1172 vp->ofirst_wind = 0;
1964 if( first_w==vp->ofirst_wind && ncur_phys>=vp->ocur_phys && opflag==1 )
2044 if(vp->ed->e_multiline && vp->ofirst_wind==INVALID && !vp->ed->e_nocrnl)
2049 vp->ofirst_wind = first_w;
2314 if(vp->first_wind==vp->ofirst_wind && cur_virt>vp->ocur_virt && vp->ocur_virt!=INVALID)

Completed in 17 milliseconds