summaryrefslogtreecommitdiffstats
path: root/share/man/man3/queue.3
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-12-29 21:21:16 +0000
committerphk <phk@FreeBSD.org>1996-12-29 21:21:16 +0000
commitbeaf8b0d57fe60ba0cee4882734bea828681d809 (patch)
tree84601cb5de2ab994b6987a554e95fce4f0f76714 /share/man/man3/queue.3
parentf1d17a487d67ecb4abe31aa12d94c1fd17e0513b (diff)
downloadFreeBSD-src-beaf8b0d57fe60ba0cee4882734bea828681d809.zip
FreeBSD-src-beaf8b0d57fe60ba0cee4882734bea828681d809.tar.gz
Add SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT.
Is it time to split this into one "intro" type and a number of detailed pages ?
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r--share/man/man3/queue.36
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 06f5f95..23c1431 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -35,11 +35,14 @@
.Dt QUEUE 3
.Os BSD 4
.Sh NAME
+.Nm SLIST_EMPTY ,
.Nm SLIST_ENTRY ,
+.Nm SLIST_FIRST ,
.Nm SLIST_HEAD ,
.Nm SLIST_INIT ,
.Nm SLIST_INSERT_AFTER ,
.Nm SLIST_INSERT_HEAD ,
+.Nm SLIST_NEXT ,
.Nm SLIST_REMOVE_HEAD ,
.Nm SLIST_REMOVE ,
.Nm STAILQ_ENTRY ,
@@ -82,11 +85,14 @@ lists, tail queues, and circular queues
.Sh SYNOPSIS
.Fd #include <sys/queue.h>
.sp
+.Fn SLIST_EMPTY "SLIST_HEAD *head"
.Fn SLIST_ENTRY "TYPE"
+.Fn SLIST_FIRST "SLIST_HEAD *head"
.Fn SLIST_HEAD "HEADNAME" "TYPE"
.Fn SLIST_INIT "SLIST_HEAD *head"
.Fn SLIST_INSERT_AFTER "TYPE *listelm" "TYPE *elm" "SLIST_ENTRY NAME"
.Fn SLIST_INSERT_HEAD "SLIST_HEAD *head" "TYPE *elm" "SLIST_ENTRY NAME"
+.Fn SLIST_NEXT "TYPE *elm" "SLIST_ENTRY NAME"
.Fn SLIST_REMOVE_HEAD "SLIST_HEAD *head" "SLIST_ENTRY NAME"
.Fn SLIST_REMOVE "SLIST_HEAD *head" "TYPE *elm" "TYPE" "SLIST_ENTRY NAME"
.sp
OpenPOWER on IntegriCloud