Home
last modified time | relevance | path

Searched refs:LST_INIT (Results 1 – 10 of 10) sorted by relevance

/netbsd/usr.bin/make/
H A Dtarg.c116 static GNodeList allTargets = LST_INIT;
120 static GNodeList allNodes = LST_INIT;
H A Dlst.h115 #define LST_INIT { NULL, NULL } macro
H A Dsuff.c127 static SuffixList sufflist = LST_INIT;
130 static SuffixList suffClean = LST_INIT;
137 static GNodeList transforms = LST_INIT;
1390 GNodeList members = LST_INIT; in ExpandChildren()
1822 CandidateList srcs = LST_INIT; in FindDepsRegular()
1827 CandidateList targs = LST_INIT; in FindDepsRegular()
H A Dmain.c878 GNodeList targs = LST_INIT; /* target nodes to create */ in runTargets()
1175 StringList sysMkFiles = LST_INIT; in ReadBuiltinRules()
1274 StringList makefiles = LST_INIT; in ReadFirstDefaultMakefile()
H A Dmake.c117 static GNodeList toBeMade = LST_INIT;
1252 GNodeList examine = LST_INIT; /* Queue of targets to examine */ in Make_ExpandUse()
H A Dmeta.c54 static StringList metaBailiwick = LST_INIT; /* our scope of control */
56 static StringList metaIgnorePaths = LST_INIT; /* paths we deliberately ignore */
H A Dparse.c229 static StringList targCmds = LST_INIT;
1069 StringList targetNames = LST_INIT; in HandleDependencyTargetMundane()
1525 GNodeList sources = LST_INIT; in ParseDependencySourcesMundane()
H A Darch.c347 StringList members = LST_INIT; in Arch_ParseArchive()
H A Ddir.c250 SearchPath dirSearchPath = { LST_INIT }; /* main search path */
H A Djob.c1964 GNodeList lst = LST_INIT; in JobRun()