Home
last modified time | relevance | path

Searched refs:n_blink (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mailx/
H A Dnames.c73 np->n_blink = NIL; in nalloc()
138 t->n_blink = np; in extract()
349 top->n_blink = NIL; in outof()
353 x = np->n_blink; in outof()
357 t->n_blink = x; in outof()
583 n2->n_blink = tail; in cat()
693 np->n_blink = NIL; in elide()
710 np->n_blink = t; in elide()
727 newnames->n_blink = t; in elide()
728 t->n_blink = NIL; in elide()
[all …]
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h253 struct name *n_blink; /* Backward list link */ member