Searched defs:NODE (Results 1 – 14 of 14) sorted by relevance
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | tsearch.c | 41 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE; typedef 131 twalk(NODE * root,void (* action)(NODE *,VISIT,int)) twalk() argument 146 _twalk(NODE * root,void (* action)(NODE *,VISIT,int),int level) _twalk() argument [all...] |
H A D | tfind.c | 37 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE; typedef
|
H A D | hsearch.c | 122 } NODE; typedef [all...] |
/titanic_51/usr/src/cmd/awk_xpg4/ |
H A D | awk.h | 101 typedef struct NODE { struct 103 struct NODE *n_next; /* Symbol table/PARM link */ argument 112 struct NODE *N_alink; /* Array link */ argument 136 } NODE; global() typedef [all...] |
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | tfind.c | 48 typedef struct node { void *key; struct node *llink, *rlink; } NODE; typedef
|
H A D | tsearch.c | 55 typedef struct node { char *key; struct node *llink, *rlink; } NODE; typedef [all...] |
H A D | hsearch.c | 120 } NODE; typedef [all...] |
/titanic_51/usr/src/lib/libslp/clib/ |
H A D | slp_search.c | 56 typedef struct node NODE; typedef [all...] |
/titanic_51/usr/src/cmd/isns/isnsd/ |
H A D | isns_server.h | 274 #define IS_ISCSI_TARGET(NODE) (((NODE)->type) & ISNS_TARGET_NODE_TYPE) argument 275 #define IS_ISCSI_INITIATOR(NODE) (((NODE)->type) & ISNS_INITIATOR_NODE_TYPE) argument 276 #define IS_ISCSI_CONTROL(NODE) (((NODE)->type) & ISNS_CONTROL_NODE_TYPE) argument
|
/titanic_51/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 69 } NODE; typedef [all...] |
/titanic_51/usr/src/cmd/backup/restore/ |
H A D | restore.h | 110 #define NODE 2 /* directory entry */ macro
|
/titanic_51/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 88 typedef struct nd_st NODE; typedef [all...] |
/titanic_51/usr/src/cmd/iscsiadm/ |
H A D | iscsiadm.h | 45 #define NODE OBJECT(1) macro
|
/titanic_51/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 115 } NODE; typedef
|