tree.3 (98e0ffaefb0f241cda3a72395d3be04192ae0d47) tree.3 (eb49a6d366f391bf87e2a18513a7f64934c8db50)
1.\" $OpenBSD: tree.3,v 1.7 2002/06/12 01:09:20 provos Exp $
2.\"
3.\" Copyright 2002 Niels Provos <provos@citi.umich.edu>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 410 unchanged lines hidden (view full) ---

419.Fn RB_PROTOTYPE_REMOVE ,
420.Fn RB_PROTOTYPE_REMOVE_COLOR ,
421.Fn RB_PROTOTYPE_FIND ,
422.Fn RB_PROTOTYPE_NFIND ,
423.Fn RB_PROTOTYPE_NEXT ,
424.Fn RB_PROTOTYPE_PREV ,
425and
426.Fn RB_PROTOTYPE_MINMAX
1.\" $OpenBSD: tree.3,v 1.7 2002/06/12 01:09:20 provos Exp $
2.\"
3.\" Copyright 2002 Niels Provos <provos@citi.umich.edu>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 410 unchanged lines hidden (view full) ---

419.Fn RB_PROTOTYPE_REMOVE ,
420.Fn RB_PROTOTYPE_REMOVE_COLOR ,
421.Fn RB_PROTOTYPE_FIND ,
422.Fn RB_PROTOTYPE_NFIND ,
423.Fn RB_PROTOTYPE_NEXT ,
424.Fn RB_PROTOTYPE_PREV ,
425and
426.Fn RB_PROTOTYPE_MINMAX
427in case not all functions are required. The individual prototype macros expect
427in case not all functions are required.
428The individual prototype macros expect
428.Fa NAME ,
429.Fa TYPE ,
430and
431.Fa ATTR
429.Fa NAME ,
430.Fa TYPE ,
431and
432.Fa ATTR
432arguments. The
433arguments.
434The
433.Fa ATTR
434argument must be empty for global functions or
435.Fa static
436for static functions.
437.Pp
438The function bodies are generated with the
439.Fn RB_GENERATE
440or

--- 164 unchanged lines hidden ---
435.Fa ATTR
436argument must be empty for global functions or
437.Fa static
438for static functions.
439.Pp
440The function bodies are generated with the
441.Fn RB_GENERATE
442or

--- 164 unchanged lines hidden ---