Searched refs:Lst_Remove (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/bmake/ |
| H A D | lst.c | 153 Lst_Remove(List *list, ListNode *ln) in Lst_Remove() function 253 Lst_Remove(list, list->first); in Lst_Dequeue()
|
| H A D | lst.h | 150 void Lst_Remove(List *, ListNode *);
|
| H A D | suff.c | 372 Lst_Remove(list, ln); in SuffixList_Unref() 1090 Lst_Remove(&src->parent->childrenList, in RemoveCandidate() 1100 Lst_Remove(srcs, ln); in RemoveCandidate() 1281 Lst_Remove(&pgn->children, cln); in ExpandWildcards() 1282 Lst_Remove(&cgn->parents, Lst_FindDatum(&cgn->parents, pgn)); in ExpandWildcards() 1435 Lst_Remove(&pgn->children, cln); in ExpandChildren() 1436 Lst_Remove(&cgn->parents, Lst_FindDatum(&cgn->parents, pgn)); in ExpandChildren()
|
| H A D | make.c | 512 Lst_Remove(&pgn->children, ln); in MakeHandleUse()
|
| H A D | dir.c | 407 Lst_Remove(&odirs->list, ln); in OpenDirs_Remove()
|
| H A D | meta.c | 1346 Lst_Remove(&missingFiles, ln); in meta_oodate()
|