Lines Matching refs:e_sibling
152 for (; ep != NIL; ep = ep->e_sibling) in lookupname()
321 np->e_sibling = ep->e_entries; in addentry()
403 ep->e_sibling = np->e_entries; in moveentry()
440 np->e_entries = ep->e_sibling; in removeentry()
442 for (np = np->e_entries; np != NIL; np = np->e_sibling) { in removeentry()
443 if (np->e_sibling == ep) { in removeentry()
444 np->e_sibling = ep->e_sibling; in removeentry()
601 if (ep->e_sibling != NIL) in dumpsymtable()
602 tep->e_sibling = in dumpsymtable()
603 (struct entry *)ep->e_sibling->e_index; in dumpsymtable()
801 if (ep->e_sibling != NIL) in initsymtable()
802 ep->e_sibling = &baseep[(long)ep->e_sibling]; in initsymtable()