Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/db/db/
H A Ddb_salloc.c204 SH_LIST_INSERT_AFTER(lastp, newp, links, __data);
229 SH_LIST_INSERT_AFTER(lastp, newp, links, __data);
/titanic_50/usr/src/cmd/sendmail/db/include/
H A Dshqueue.h87 #define SH_LIST_INSERT_AFTER(listelm, elm, field, type) do { \ macro