Lines Matching refs:sptr
102 Sym *sptr, *sfree; variable
611 sptr = stable[c]; in commnds()
616 sp->next = sptr; in commnds()
636 sptr = stable[c]; in commnds()
637 if(sptr != 0) { in commnds()
638 p = sptr->val; in commnds()
646 sptr = stable[c] = sfree; in commnds()
650 sptr->next = 0; in commnds()
653 sptr->val = p; in commnds()
660 sptr = stable[c]; in commnds()
661 if(sptr == 0) { in commnds()
664 stable[c] = sptr->next; in commnds()
665 sptr->next = sfree; in commnds()
666 sfree = sptr; in commnds()
667 p = sptr->val; in commnds()
697 sptr = stable[n]; in commnds()
698 if(sptr == 0) { in commnds()
699 sptr = stable[n] = sfree; in commnds()
703 sptr->next = 0; in commnds()
707 p = sptr->val; in commnds()
721 sptr->val = p; in commnds()
742 sptr = stable[n]; in commnds()
743 if(sptr != 0){ in commnds()
744 p = sptr->val; in commnds()
1225 sp = sptr = &symlst[0]; in init()
1226 while(sptr < &symlst[TBLSZ-1]) { in init()
1227 sptr->next = ++sp; in init()
1228 sptr++; in init()
1230 sptr->next=0; in init()
1989 sptr = stable[c]; in load()
1990 if(sptr != 0) { in load()
1991 p = sptr->val; in load()