Lines Matching full:name

44 .Sh NAME
76 .Fn RBT_HEAD "NAME" "TYPE"
79 .Fa "NAME"
85 .Fa "NAME"
91 .Fn RBT_INITIALIZER "struct NAME *self"
93 .Fn RBT_INIT "NAME" "struct NAME *rbt"
95 .Fn RBT_INSERT "NAME" "struct NAME *rbt" "struct TYPE *elm"
97 .Fn RBT_REMOVE "NAME" "struct NAME *rbt" "struct TYPE *elm"
99 .Fn RBT_FIND "NAME" "struct NAME *rbt" "const struct TYPE *key"
101 .Fn RBT_NFIND "NAME" "struct NAME *rbt" "const struct TYPE *key"
103 .Fn RBT_EMPTY "NAME" "struct NAME *rbt"
105 .Fn RBT_ROOT "NAME" "struct NAME *rbt"
107 .Fn RBT_MIN "NAME" "struct NAME *rbt"
109 .Fn RBT_MAX "NAME" "struct NAME *rbt"
111 .Fn RBT_NEXT "NAME" "struct TYPE *elm"
113 .Fn RBT_PREV "NAME" "struct TYPE *elm"
115 .Fn RBT_LEFT "NAME" "struct TYPE *elm"
117 .Fn RBT_RIGHT "NAME" "struct TYPE *elm"
119 .Fn RBT_PARENT "NAME" "struct TYPE *elm"
121 .Fn RBT_SET_LEFT "NAME" "struct TYPE *elm" "struct TYPE *left"
123 .Fn RBT_SET_RIGHT "NAME" "struct TYPE *elm" "struct TYPE *right"
125 .Fn RBT_SET_PARENT "NAME" "struct TYPE *elm" "struct TYPE *parent"
128 .Fa "NAME"
129 .Fa "struct NAME *rbt"
133 .Fa "NAME"
134 .Fa "struct NAME *rbt"
138 .Fa "NAME"
139 .Fa "struct NAME *rbt"
144 .Fa "NAME"
145 .Fa "struct NAME *rbt"
149 .Fn RBT_POISON "NAME" "struct TYPE *elm" "unsigned long poison"
151 .Fn RBT_CHECK "NAME" "struct TYPE *elm" "unsigned long poison"
179 is the name of a structure that will be stored in a red-black tree.
187 .Fa NAME
188 is the name of a red-black tree type that can store a particular
198 .Fa NAME
203 .Fa NAME
210 .Fa NAME
227 .Fa NAME
242 .Fa NAME
249 .Fa NAME
258 .Fa NAME .
271 .Fa NAME .
283 .Fa NAME .
291 .Fa NAME .
297 .Fa NAME
304 .Fa NAME .
310 .Fa NAME .
316 .Fa NAME .
322 .Fa NAME .
328 .Fa NAME .
334 .Fa NAME .
340 .Fa NAME .
346 .Fa NAME .
354 .Fa NAME .
362 .Fa NAME .
370 .Fa NAME .
377 .Fa NAME
388 .Fa NAME
399 .Fa NAME
414 .Fa NAME
428 .Fa NAME