Lines Matching defs:entry
125 entry(node, hostname, sizeof(buf)-(hostname - buf));
130 * Process a single entry in the input file.
131 * The entry tells us that "node" expands to "domain".
136 entry(node, domain, domainlen)
150 * This entry is an Eric Thomas FOO.BITNET kludge.
327 struct entry {
328 struct entry *next;
332 struct entry *firstentry;
340 struct entry *p;
359 struct entry *p;
376 p = (struct entry *)malloc(sizeof(struct entry));
400 struct entry *p;