HomeSort by: relevance | last modified time | path
    Searched refs:Lst_Dequeue (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/make/
lst.h 158 void *Lst_Dequeue(List *) MAKE_ATTR_USE;
lst.c 234 Lst_Dequeue(List *list)
make.c 1027 gn = Lst_Dequeue(&toBeMade);
1246 GNode *gn = Lst_Dequeue(&examine);
1358 pgn = Lst_Dequeue(&examine);
suff.c 1088 Candidate *src = Lst_Dequeue(sources);
1221 char *name = Lst_Dequeue(&expansions);
1366 GNode *gn = Lst_Dequeue(&members);
compat.c 753 GNode *gn = Lst_Dequeue(targets);
arch.c 329 char *member = Lst_Dequeue(&members);
parse.c 1133 char *targName = Lst_Dequeue(&targetNames);
1587 GNode *gn = Lst_Dequeue(&sources);
dir.c 1599 CachedDir *dir = Lst_Dequeue(&path->dirs);

Completed in 20 milliseconds