Home
last modified time | relevance | path

Searched refs:n_flink (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/mailx/
H A Dnames.c72 np->n_flink = NIL; in nalloc()
92 while (np->n_flink != NIL) in tailof()
93 np = np->n_flink; in tailof()
137 np->n_flink = t; in extract()
158 for (p = np; p != NIL; p = p->n_flink) { in detract()
168 for (p = np; p != NIL; p = p->n_flink) { in detract()
185 for (np = to; np; np = np->n_flink) in outpre()
218 for (np = names; np != NIL; np = np->n_flink) { in outof()
347 top = np->n_flink; in outof()
354 t = np->n_flink; in outof()
[all …]
H A Dtranslate.c57 for (n = np; n; n = n->n_flink) in translate()
62 for (n = np; n; n = n->n_flink) in translate()
81 for (n = np; n; n = n->n_flink) { in translate()
92 if (x && !x->n_flink && strpbrk(n->n_full, "(<")) in translate()
96 cat(t, n->n_flink); in translate()
97 n->n_flink = NULL; in translate()
H A Dsend.c458 for (gotcha = 0, np = to; np != NIL; np = np->n_flink) in mail1()
/titanic_44/usr/src/cmd/mailx/hdr/
H A Ddef.h252 struct name *n_flink; /* Forward link in list. */ member