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

/freebsd-13-stable/contrib/bmake/
H A Dlst.h169 void *Lst_Dequeue(List *);
H A Dlst.c246 Lst_Dequeue(List *list) function
H A Dmake.c981 gn = Lst_Dequeue(&toBeMade);
1213 GNode *gn = Lst_Dequeue(&examine);
1328 pgn = Lst_Dequeue(&examine);
H A Dsuff.c1123 Candidate *src = Lst_Dequeue(srcs);
1256 char *cp = Lst_Dequeue(&expansions);
1405 GNode *gn = Lst_Dequeue(&members);
H A Dcompat.c733 GNode *gn = Lst_Dequeue(targs);
H A Darch.c396 char *member = Lst_Dequeue(&members);
H A Dparse.c1224 char *targName = Lst_Dequeue(curTargs);
1573 GNode *gn = Lst_Dequeue(&sources);
H A Ddir.c1673 CachedDir *dir = Lst_Dequeue(&path->dirs);

Completed in 177 milliseconds