Lines Matching refs:sptr
563 sptr = stable[c]; in commnds()
568 sp->next = sptr; in commnds()
588 sptr = stable[c]; in commnds()
589 if (sptr != 0) { in commnds()
590 p = sptr->val; in commnds()
598 sptr = stable[c] = sfree; in commnds()
602 sptr->next = 0; in commnds()
605 sptr->val = p; in commnds()
612 sptr = stable[c]; in commnds()
613 if (sptr == 0) { in commnds()
616 stable[c] = sptr->next; in commnds()
617 sptr->next = sfree; in commnds()
618 sfree = sptr; in commnds()
619 p = sptr->val; in commnds()
652 sptr = stable[n]; in commnds()
653 if (sptr == 0) { in commnds()
654 sptr = stable[n] = sfree; in commnds()
658 sptr->next = 0; in commnds()
662 p = sptr->val; in commnds()
676 sptr->val = p; in commnds()
701 sptr = stable[n]; in commnds()
702 if (sptr != 0) { in commnds()
703 p = sptr->val; in commnds()
1207 sp = sptr = &symlst[0]; in init()
1208 while (sptr < &symlst[TBLSZ]) { in init()
1209 sptr->next = ++sp; in init()
1210 sptr++; in init()
1212 sptr->next = 0; in init()
2060 sptr = stable[c]; in load()
2061 if (sptr != 0) { in load()
2062 p = sptr->val; in load()