Searched refs:e_peol (Results 1 – 4 of 4) sorted by relevance
92 int e_peol; /* end of physical line position */ member
832 if(ep->e_multiline && newsize>ep->e_winsz && (lastpos.line=(ep->e_plen+ep->e_peol)/ep->e_winsz)) in ed_read()1202 if(clear && old>=ep->e_peol && (clear=ep->e_winsz-ep->e_curpos.col)>0)1346 ep->e_peol = dp-phys;
1417 ed_setcursor(ep->ed, ep->screen, ep->cursor-ep->screen, ep->ed->e_peol, -1); in draw()
153 #define last_phys editb.e_peol /* last column in physical */