Lines Matching defs:stp
483 register StatsPtr stp = ToStats(ptr);
487 if (mem == stp) {
501 register StatsPtr stp;
507 stp = ToStats(ptr);
508 if (stp->file)
509 ActiveXtMemory -= stp->size;
510 if (stp->prev)
511 stp->prev->next = stp->next;
513 XtMemory = stp->next;
514 if (stp->next)
515 stp->next->prev = stp->prev;
516 Xfree((char *) stp);