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

/freebsd-12-stable/contrib/bmake/lst.lib/
H A DlstDeQueue.c57 * Lst_DeQueue --
70 Lst_DeQueue(Lst l) function
/freebsd-12-stable/contrib/bmake/
H A Dlst.h187 void *Lst_DeQueue(Lst);
H A Dmake.c1088 gn = (GNode *)Lst_DeQueue(toBeMade);
1304 gn = (GNode *)Lst_DeQueue(examine);
1440 pgn = Lst_DeQueue(examine);
H A Dcompat.c763 gn = (GNode *)Lst_DeQueue(targs);
H A Dparse.c1464 char *targName = (char *)Lst_DeQueue(curTargs);
1739 gn = (GNode *)Lst_DeQueue(sources);
2758 curFile = Lst_DeQueue(includes);
H A Dsuff.c1365 s = (Src *)Lst_DeQueue(srcs);
1647 gn = (GNode *)Lst_DeQueue(members);
1700 cp = (char *)Lst_DeQueue(explist);
H A Darch.c454 member = (char *)Lst_DeQueue(members);
H A Ddir.c1786 p = (Path *)Lst_DeQueue(path);

Completed in 78 milliseconds