Searched refs:Lst_Remove (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/usr.bin/make/ |
H A D | lst.c | 135 Lst_Remove(List *list, ListNode *ln) in Lst_Remove() function 237 Lst_Remove(list, list->first); in Lst_Dequeue()
|
H A D | suff.c | 362 Lst_Remove(list, ln); in SuffixList_Unref() 1052 Lst_Remove(&src->parent->childrenList, in RemoveCandidate() 1062 Lst_Remove(srcs, ln); in RemoveCandidate() 1242 Lst_Remove(&pgn->children, cln); in ExpandWildcards() 1243 Lst_Remove(&cgn->parents, Lst_FindDatum(&cgn->parents, pgn)); in ExpandWildcards() 1386 Lst_Remove(&pgn->children, cln); in ExpandChildren() 1387 Lst_Remove(&cgn->parents, Lst_FindDatum(&cgn->parents, pgn)); in ExpandChildren()
|
H A D | lst.h | 136 void Lst_Remove(List *, ListNode *);
|
H A D | dir.c | 393 Lst_Remove(&odirs->list, ln); in OpenDirs_Remove()
|
H A D | make.c | 497 Lst_Remove(&pgn->children, ln); in MakeHandleUse()
|
H A D | meta.c | 1322 Lst_Remove(&missingFiles, ln); in meta_oodate()
|