|
@ -23,7 +23,7 @@ |
|
|
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
|
|
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
|
|
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
.\" |
|
|
.\" |
|
|
.\" $OpenBSD: tsearch.3,v 1.9 2000/08/09 15:51:21 aaron Exp $ |
|
|
|
|
|
|
|
|
.\" $OpenBSD: tsearch.3,v 1.10 2003/06/01 19:27:27 jmc Exp $ |
|
|
.\" |
|
|
.\" |
|
|
.Dd June 15, 1997 |
|
|
.Dd June 15, 1997 |
|
|
.Dt TSEARCH 3 |
|
|
.Dt TSEARCH 3 |
|
@ -99,9 +99,6 @@ a value from the enum |
|
|
.Sy "typedef enum { preorder, postorder, endorder, leaf } VISIT;" |
|
|
.Sy "typedef enum { preorder, postorder, endorder, leaf } VISIT;" |
|
|
specifying the traversal type, and a node level (where level |
|
|
specifying the traversal type, and a node level (where level |
|
|
zero is the root of the tree). |
|
|
zero is the root of the tree). |
|
|
.Sh SEE ALSO |
|
|
|
|
|
.Xr bsearch 3 , |
|
|
|
|
|
.Xr lsearch 3 |
|
|
|
|
|
.Sh RETURN VALUES |
|
|
.Sh RETURN VALUES |
|
|
The |
|
|
The |
|
|
.Fn tsearch |
|
|
.Fn tsearch |
|
@ -125,3 +122,6 @@ or the datum cannot be found. |
|
|
The |
|
|
The |
|
|
.Fn twalk |
|
|
.Fn twalk |
|
|
function returns no value. |
|
|
function returns no value. |
|
|
|
|
|
.Sh SEE ALSO |
|
|
|
|
|
.Xr bsearch 3 , |
|
|
|
|
|
.Xr lsearch 3 |