OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GNodeList
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/make/
make.h
408
typedef struct List
GNodeList
;
458
GNodeList
implicitParents;
464
GNodeList
parents;
466
GNodeList
children;
473
GNodeList
order_pred;
479
GNodeList
order_succ;
485
GNodeList
cohorts;
805
bool Arch_ParseArchive(char **,
GNodeList
*, GNode *);
816
void Compat_MakeAll(
GNodeList
*);
895
void Parse_MainName(
GNodeList
*);
[
all
...]
targ.c
116
static
GNodeList
allTargets = LST_INIT;
120
static
GNodeList
allNodes = LST_INIT;
159
GNodeList
*
325
Targ_FindList(
GNodeList
*gns, StringList *names)
337
PrintNodeNames(
GNodeList
*gnodes)
348
PrintNodeNamesLine(const char *label,
GNodeList
*gnodes)
518
Targ_PrintNodes(
GNodeList
*gnodes, int pass)
make.c
120
static
GNodeList
toBeMade = LST_INIT;
669
GNodeList
*parents;
1116
static void MakePrintStatusList(
GNodeList
*, int *);
1200
MakePrintStatusList(
GNodeList
*gnodes, int *errors)
1210
ExamineLater(
GNodeList
*examine,
GNodeList
*toBeExamined)
1230
Make_ExpandUse(
GNodeList
*targets)
1232
GNodeList
examine = LST_INIT; /* Queue of targets to examine */
1321
Make_ProcessWait(
GNodeList
*targets)
1324
GNodeList
examine
[
all
...]
compat.c
471
MakeWaitGroupsInRandomOrder(
GNodeList
*gnodes, GNode *pgn)
498
MakeNodes(
GNodeList
*gnodes, GNode *pgn)
727
Compat_MakeAll(
GNodeList
*targets)
suff.c
137
static
GNodeList
transforms = LST_INIT;
1254
ExpandChildrenRegular(char *p, GNode *pgn,
GNodeList
*members)
1350
GNodeList
members = LST_INIT;
parse.c
216
static
GNodeList
*targets;
1577
GNodeList
sources = LST_INIT;
3028
Parse_MainName(
GNodeList
*mainList)
arch.c
188
Arch_ParseArchive(char **pp,
GNodeList
*gns, GNode *scope)
main.c
900
GNodeList
targets = LST_INIT;
Completed in 21 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025