Lines Matching defs:sptr
1351 register genchar *sptr; /* Pointer within screen */
1361 sptr = drawbuff;
1362 logcursor = sptr + cur;
1441 ncursor = nptr + ed_virt_to_phys(ep->ed,sptr,nptr,cur,0,0);
1443 sptr += genlen(sptr);
1445 if(sptr == logcursor)
1470 sptr = ep->screen;
1482 if (*sptr == '\0')
1484 *(sptr + 1) = '\0';
1485 *sptr = ' ';
1487 if (*nptr == *sptr)
1490 sptr++;
1493 setcursor(ep,sptr-ep->screen,*nptr);
1494 *sptr++ = *nptr++;
1498 if(*sptr=='\0')
1499 *(sptr + 1) = '\0';
1500 *sptr++ = *nptr++;