Lines Matching refs:sptr
561 sptr = stable[c]; in commnds()
566 sp->next = sptr; in commnds()
586 sptr = stable[c]; in commnds()
587 if (sptr != 0) { in commnds()
588 p = sptr->val; in commnds()
596 sptr = stable[c] = sfree; in commnds()
600 sptr->next = 0; in commnds()
603 sptr->val = p; in commnds()
610 sptr = stable[c]; in commnds()
611 if (sptr == 0) { in commnds()
614 stable[c] = sptr->next; in commnds()
615 sptr->next = sfree; in commnds()
616 sfree = sptr; in commnds()
617 p = sptr->val; in commnds()
650 sptr = stable[n]; in commnds()
651 if (sptr == 0) { in commnds()
652 sptr = stable[n] = sfree; in commnds()
656 sptr->next = 0; in commnds()
660 p = sptr->val; in commnds()
674 sptr->val = p; in commnds()
699 sptr = stable[n]; in commnds()
700 if (sptr != 0) { in commnds()
701 p = sptr->val; in commnds()
1205 sp = sptr = &symlst[0]; in init()
1206 while (sptr < &symlst[TBLSZ]) { in init()
1207 sptr->next = ++sp; in init()
1208 sptr++; in init()
1210 sptr->next = 0; in init()
2058 sptr = stable[c]; in load()
2059 if (sptr != 0) { in load()
2060 p = sptr->val; in load()