V10/630/3binc/search.h

Compare this file to the similar file:
Show the results in this format:

#ident	"@(#)sgs-inc:common/search.h	1.1"
/* HSEARCH(3C) */
typedef struct entry { char *key, *data; } ENTRY;
typedef enum { FIND, ENTER } ACTION;

/* TSEARCH(3C) */
typedef enum { preorder, postorder, endorder, leaf } VISIT;