Lines Matching defs:tep
451 struct entry *ep, *tep;
482 tep = &temp;
486 memmove(tep, ep, (long)sizeof(struct entry));
487 tep->e_name = (char *)stroff;
489 tep->e_parent = (struct entry *)(long)
492 tep->e_links = (struct entry *)(long)
495 tep->e_sibling = (struct entry *)(long)
498 tep->e_entries = (struct entry *)(long)
501 tep->e_next = (struct entry *)(long)
503 (void) fwrite((char *)tep, sizeof(struct entry), 1, fd);