Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c116 int ofirst_wind; /* old window first col */ member
378 vp->ofirst_wind = 0; in ed_viread()
581 vp->ofirst_wind = INVALID; in ed_viread()
814 vp->ofirst_wind = INVALID; in cntlmode()
1176 vp->ofirst_wind = 0; in del_line()
1970 if( first_w==vp->ofirst_wind && ncur_phys>=vp->ocur_phys && opflag==1 ) in refresh()
2050 if(vp->ed->e_multiline && vp->ofirst_wind==INVALID && !vp->ed->e_nocrnl) in refresh()
2055 vp->ofirst_wind = first_w; in refresh()
2320 if(vp->first_wind==vp->ofirst_wind && cur_virt>vp->ocur_virt && vp->ocur_virt!=INVALID) in sync_cursor()