Lines Matching defs:sptr
1347 register genchar *sptr; /* Pointer within screen */
1357 sptr = drawbuff;
1358 logcursor = sptr + cur;
1437 ncursor = nptr + ed_virt_to_phys(ep->ed,sptr,nptr,cur,0,0);
1439 sptr += genlen(sptr);
1441 if(sptr == logcursor)
1466 sptr = ep->screen;
1478 if (*sptr == '\0')
1480 *(sptr + 1) = '\0';
1481 *sptr = ' ';
1483 if (*nptr == *sptr)
1486 sptr++;
1489 setcursor(ep,sptr-ep->screen,*nptr);
1490 *sptr++ = *nptr++;
1494 if(*sptr=='\0')
1495 *(sptr + 1) = '\0';
1496 *sptr++ = *nptr++;