Searched refs:ListNode (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/usr.bin/make/ |
H A D | lst.h | 88 typedef struct ListNode ListNode; typedef 90 struct ListNode { struct 91 ListNode *prev; /* previous node in list, or NULL */ argument 92 ListNode *next; /* next node in list, or NULL */ argument 97 ListNode *first; argument 98 ListNode *last; 125 ListNode *Lst_FindDatum(List *, const void *) MAKE_ATTR_USE; 130 void Lst_InsertBefore(List *, ListNode *, void *); 136 void Lst_Remove(List *, ListNode *); 144 void LstNode_Set(ListNode *, void *); [all …]
|
H A D | lst.c | 39 static ListNode * 40 LstNodeNew(ListNode *prev, ListNode *next, void *datum) in LstNodeNew() 42 ListNode *ln = bmake_malloc(sizeof *ln); in LstNodeNew() 54 ListNode *ln, *next; in Lst_Done() 65 ListNode *ln, *next; in Lst_DoneFree() 76 Lst_InsertBefore(List *list, ListNode *ln, void *datum) in Lst_InsertBefore() 78 ListNode *newNode; in Lst_InsertBefore() 96 ListNode *ln; in Lst_Prepend() 115 ListNode *ln; in Lst_Append() 135 Lst_Remove(List *list, ListNode *ln) in Lst_Remove() [all …]
|
H A D | make.h | 406 typedef struct ListNode StringListNode; 409 typedef struct ListNode GNodeListNode;
|
H A D | suff.c | 121 typedef ListNode SuffixListNode; 124 typedef ListNode CandidateListNode;
|
H A D | arch.c | 132 typedef struct ListNode ArchListNode;
|
H A D | dir.c | 228 typedef ListNode CachedDirListNode;
|
H A D | make.c | 984 ListNode *ln; in MakeBuildChild()
|
H A D | parse.c | 183 typedef ListNode SearchPathListNode;
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
H A D | back-ndb.h | 79 typedef struct ListNode { struct 80 struct ListNode *ln_next; argument 82 } ListNode; typedef 110 ListNode *ni_attridxs; 111 ListNode *ni_attrlens; 112 ListNode *ni_attrsets; 113 ListNode *ni_attrblobs;
|
H A D | config.cpp | 136 ListNode *ln, **l2; in ndb_cf_gen() 241 ln = (ListNode *)ch_malloc( sizeof(ListNode)); in ndb_cf_gen() 266 ln = (ListNode *)ch_malloc( sizeof(ListNode)); in ndb_cf_gen() 291 ln = (ListNode *)ch_malloc( sizeof(ListNode)); in ndb_cf_gen() 316 ln = (ListNode *)ch_malloc( sizeof(ListNode)); in ndb_cf_gen()
|
H A D | init.cpp | 194 ListNode *ln; in ndb_db_open() 260 ListNode *ln; in ndb_db_open()
|