Searched refs:e_peol (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ie/
H A Dedit.h81 int e_peol; /* end of physical line position */ member in struct:edit
H A Dvi.c125 #define last_phys editb.e_peol /* last column in physical */
/ast/src/cmd/ksh93/include/
H A Dedit.h107 int e_peol; /* end of physical line position */ member in struct:edit
/ast/src/cmd/ksh93/edit/
H A Dedit.c843 if(ep->e_multiline && newsize>ep->e_winsz && (lastpos.line=(ep->e_plen+ep->e_peol)/ep->e_winsz))
1222 if(clear && old>=ep->e_peol && (clear=ep->e_winsz-ep->e_curpos.col)>0)
1366 ep->e_peol = dp-phys;
H A Demacs.c1507 ed_setcursor(ep->ed, ep->screen, ep->cursor-ep->screen, ep->ed->e_peol, -1);
H A Dvi.c148 #define last_phys editb.e_peol /* last column in physical */

Completed in 22 milliseconds