Searched refs:Lst_Init (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstInit.c57 * Lst_Init --
72 Lst_Init(Boolean circ) function
H A DlstDupl.c84 nl = Lst_Init(list->isCirc);
/freebsd-11-stable/contrib/bmake/
H A Dtarg.c170 allTargets = Lst_Init(FALSE);
254 gn->iParents = Lst_Init(FALSE);
255 gn->cohorts = Lst_Init(FALSE);
256 gn->parents = Lst_Init(FALSE);
257 gn->children = Lst_Init(FALSE);
258 gn->order_pred = Lst_Init(FALSE);
259 gn->order_succ = Lst_Init(FALSE);
261 gn->commands = Lst_Init(FALSE);
268 allGNs = Lst_Init(FALSE);
389 nodes = Lst_Init(FALS
[all...]
H A Dlst.h105 Lst Lst_Init(Boolean);
H A Dsuff.c556 sufflist = Lst_Init(FALSE);
564 suffNull->searchPath = Lst_Init(FALSE);
566 suffNull->children = Lst_Init(FALSE);
567 suffNull->parents = Lst_Init(FALSE);
568 suffNull->ref = Lst_Init(FALSE);
724 gn->commands = Lst_Init(FALSE);
725 gn->children = Lst_Init(FALSE);
941 target->children = Lst_Init(FALSE);
988 s->searchPath = Lst_Init(FALSE);
989 s->children = Lst_Init(FALS
[all...]
H A Dparse.c1225 curTargs = Lst_Init(FALSE);
1364 paths = Lst_Init(FALSE);
1422 paths = Lst_Init(FALSE);
1441 Lst emptyPath = Lst_Init(FALSE);
1724 sources = Lst_Init(FALSE);
3190 targets = Lst_Init(FALSE);
3232 parseIncPath = Lst_Init(FALSE);
3233 sysIncPath = Lst_Init(FALSE);
3234 defIncPath = Lst_Init(FALSE);
3235 includes = Lst_Init(FALS
[all...]
H A Darch.c447 Lst members = Lst_Init(FALSE);
1359 archives = Lst_Init(FALSE);
H A Dmain.c1116 create = Lst_Init(FALSE);
1117 makefiles = Lst_Init(FALSE);
1120 variables = Lst_Init(FALSE);
1362 sysMkPath = Lst_Init(FALSE);
H A Ddir.c350 dirSearchPath = Lst_Init(FALSE);
351 openDirectories = Lst_Init(FALSE);
893 path = Lst_Init(FALSE);
H A Dmeta.c632 metaBailiwick = Lst_Init(FALSE);
641 metaIgnorePaths = Lst_Init(FALSE);
1068 missingFiles = Lst_Init(FALSE);
H A Dmake.c1436 examine = Lst_Init(FALSE);
1505 toBeMade = Lst_Init(FALSE);
H A Djob.c1991 Lst lst = Lst_Init(FALSE);

Completed in 120 milliseconds