Searched refs:Lst_Append (Results 1 – 12 of 12) sorted by relevance
/netbsd/usr.bin/make/ |
H A D | suff.c | 443 Lst_Append(&suff->ref, list); in SuffixList_Insert() 448 Lst_Append(&suff->ref, list); in SuffixList_Insert() 601 Lst_Append(&transforms, gn); in Suff_AddTransform() 847 Lst_Append(&sufflist, suff); in Suff_AddSuffix() 966 Lst_Append(&cs->list, cand); in CandidateSearcher_Add() 974 Lst_Append(&cs->list, cand); in CandidateSearcher_AddIfNew() 1027 Lst_Append(list, cand); in CandidateList_Add() 1308 Lst_Append(members, gn); in ExpandChildrenRegular() 1345 Lst_Append(members, gn); in ExpandChildrenRegular() 1728 Lst_Append(targs, targ); in FindDepsRegularKnown() [all …]
|
H A D | make.c | 457 Lst_Append(&pgn->children, gn); in Make_HandleUse() 458 Lst_Append(&gn->parents, pgn); in Make_HandleUse() 945 Lst_Append(&toBeMade, gn); in ScheduleRandomly() 983 Lst_Append(&toBeMade, cn); in MakeBuildChild() 1337 Lst_Append(&wn->children, cn); in add_wait_dependency() 1339 Lst_Append(&cn->parents, wn); in add_wait_dependency() 1368 Lst_Append(&pgn->children, cgn); in Make_ProcessWait() 1369 Lst_Append(&cgn->parents, pgn); in Make_ProcessWait() 1378 Lst_Append(&examine, pgn); in Make_ProcessWait() 1401 Lst_Append(&examine, cgn); in Make_ProcessWait()
|
H A D | lst.h | 143 void Lst_Append(List *, void *); 163 Lst_Append(list, datum); in Lst_Enqueue()
|
H A D | parse.c | 617 Lst_Append(&pgn->children, cgn); in LinkSource() 622 Lst_Append(&cgn->parents, pgn); in LinkSource() 690 Lst_Append(&gn->cohorts, cohort); in TryApplyDependencyOperator() 961 Lst_Append(targets, gn); in HandleDependencyTargetSpecial() 974 Lst_Append(targets, gn); in HandleDependencyTargetSpecial() 1010 Lst_Append(*inout_paths, path); in HandleDependencyTargetPath() 1062 Lst_Append(targets, gn); in HandleSingleDependencyTargetMundane() 1992 Lst_Append(&gn->commands, cmd); in GNode_AddCommand() 1999 Lst_Append(&gn->commands, cmd); in GNode_AddCommand() 2756 Lst_Append(&targCmds, cmd); in ParseLine_ShellCommand() [all …]
|
H A D | targ.c | 206 Lst_Append(&allNodes, gn); in GNode_New() 303 Lst_Append(&allTargets, gn); in Targ_NewInternalNode() 339 Lst_Append(gns, gn); in Targ_FindList()
|
H A D | dir.c | 394 Lst_Append(&odirs->list, cdir); in OpenDirs_Add() 694 Lst_Append(expansions, fullName); in DirMatchFiles() 818 Lst_Append(expansions, file); in DirExpandCurly() 1558 Lst_Append(&path->dirs, CachedDir_Ref(dir)); in CacheNewDir() 1604 Lst_Append(&path->dirs, CachedDir_Ref(dir)); in SearchPath_Add() 1623 Lst_Append(&path->dirs, CachedDir_Ref(dir)); in Dir_CopyDirSearchPath() 1702 Lst_Append(&dst->dirs, CachedDir_Ref(dir)); in SearchPath_AddAll()
|
H A D | arch.c | 335 Lst_Append(gns, gn); in Arch_ParseArchive() 359 Lst_Append(gns, gn); in Arch_ParseArchive() 376 Lst_Append(gns, gn); in Arch_ParseArchive() 578 Lst_Append(&archives, ar); in ArchStatMember()
|
H A D | lst.c | 131 Lst_Append(List *list, void *datum) in Lst_Append() function 247 Lst_Append(dst, ln->datum); in Lst_AppendAll()
|
H A D | main.c | 480 Lst_Append(&opts.variables, bmake_strdup(argvalue)); in MainParseOption() 508 Lst_Append(&opts.makefiles, bmake_strdup(argvalue)); in MainParseOption() 645 Lst_Append(&opts.create, bmake_strdup(argv[1])); in MainParseArgs() 765 Lst_Append(lp, cp); in str2Lst_Append()
|
H A D | compat.c | 266 Lst_Append(&endNode->commands, cmdStart); in Compat_RunCommand()
|
H A D | job.c | 1045 Lst_Append(&Targ_GetEndNode()->commands, expanded_cmd); in JobSaveCommands() 1965 Lst_Append(&lst, targ); in JobRun()
|
H A D | meta.c | 1023 Lst_Append(list, bmake_strdup(str)); in append_if_new()
|