Lines Matching defs:physical
1136 * returns the line and column corresponding to offset <off> in the physical buffer
1184 int ed_setcursor(register Edit_t *ep,genchar *physical,register int old,register int new,int first)
1201 ep->e_curpos = ed_curpos(ep, physical, old,0,ep->e_curpos);
1208 newpos = ed_curpos(ep, physical, new,old,ep->e_curpos);
1233 if(m < ed_genlen(physical))
1235 while(physical[m] && n-->0)
1236 ed_putchar(ep,physical[m++]);
1280 ed_putchar(ep,physical[old++]);
1285 * copy virtual to physical and return the index for cursor in physical buffer