Home
last modified time | relevance | path

Searched refs:Lst_Dequeue (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Dlst.h172 void *Lst_Dequeue(List *) MAKE_ATTR_USE;
H A Dlst.c252 Lst_Dequeue(List *list) in Lst_Dequeue() function
H A Dmake.c1035 gn = Lst_Dequeue(&toBeMade); in MakeStartJobs()
1266 GNode *gn = Lst_Dequeue(&examine); in Make_ExpandUse()
1383 pgn = Lst_Dequeue(&examine); in Make_ProcessWait()
H A Dsuff.c1126 Candidate *src = Lst_Dequeue(srcs); in FindThem()
1261 char *cp = Lst_Dequeue(&expansions); in ExpandWildcards()
1408 GNode *gn = Lst_Dequeue(&members); in ExpandChildren()
H A Dcompat.c771 GNode *gn = Lst_Dequeue(targs); in Compat_MakeAll()
H A Darch.c399 char *member = Lst_Dequeue(&members); in Arch_ParseArchive()
H A Dparse.c1092 char *targName = Lst_Dequeue(&targetNames); in HandleDependencyTargetMundane()
1551 GNode *gn = Lst_Dequeue(&sources); in ParseDependencySourcesMundane()
H A Ddir.c1684 CachedDir *dir = Lst_Dequeue(&path->dirs); in SearchPath_Clear()