Home
last modified time | relevance | path

Searched refs:Lst_AtEnd (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/bmake/
HDsuff.c516 (void)Lst_AtEnd(l, s); in SuffInsert()
518 (void)Lst_AtEnd(s->ref, l); in SuffInsert()
525 (void)Lst_AtEnd(s->ref, l); in SuffInsert()
711 (void)Lst_AtEnd(transforms, gn); in Suff_AddTransform()
994 (void)Lst_AtEnd(sufflist, s); in Suff_AddSuffix()
1214 (void)Lst_AtEnd(ls->l, s2); in SuffAddSrc()
1217 Lst_AtEnd(targ->cp, s2); in SuffAddSrc()
1232 (void)Lst_AtEnd(ls->l, s2); in SuffAddSrc()
1235 Lst_AtEnd(targ->cp, s2); in SuffAddSrc()
1395 Lst_AtEnd(slst, s); in SuffFindThem()
[all …]
HDparse.c858 (void)Lst_AtEnd(pgn->children, cgn); in ParseLinkSrc()
860 (void)Lst_AtEnd(cgn->parents, pgn); in ParseLinkSrc()
936 (void)Lst_AtEnd(gn->cohorts, cohort); in ParseDoOp()
1019 (void)Lst_AtEnd(create, bmake_strdup(src)); in ParseDoSrc()
1036 (void)Lst_AtEnd(predecessor->order_succ, gn); in ParseDoSrc()
1037 (void)Lst_AtEnd(gn->order_pred, predecessor); in ParseDoSrc()
1347 (void)Lst_AtEnd(paths, dirSearchPath); in ParseDoDependency()
1363 (void)Lst_AtEnd(targets, gn); in ParseDoDependency()
1368 (void)Lst_AtEnd(targets, gn); in ParseDoDependency()
1402 (void)Lst_AtEnd(paths, path); in ParseDoDependency()
[all …]
HDmake.c496 (void)Lst_AtEnd(pgn->children, gn); in Make_HandleUse()
497 (void)Lst_AtEnd(gn->parents, pgn); in Make_HandleUse()
1044 Lst_AtEnd(toBeMade, cn); in MakeBuildChild()
1378 Lst_AtEnd(pn->children, cn); in link_parent()
1379 Lst_AtEnd(cn->parents, pn); in link_parent()
1401 Lst_AtEnd(wn->children, cn); in add_wait_dep()
1403 Lst_AtEnd(cn->parents, wn); in add_wait_dep()
1434 Lst_AtEnd(examine, pgn); in Make_ProcessWait()
1463 Lst_AtEnd(examine, cgn); in Make_ProcessWait()
HDdir.c555 (void)Lst_AtEnd(expansions, in DirMatchFiles()
668 (void)Lst_AtEnd(expansions, file); in DirExpandCurly()
1569 (void)Lst_AtEnd(path, p); in Dir_AddDir()
1597 (void)Lst_AtEnd(openDirectories, p); in Dir_AddDir()
1599 (void)Lst_AtEnd(path, p); in Dir_AddDir()
1767 (void)Lst_AtEnd(path1, p); in Dir_Concat()
HDtarg.c269 Lst_AtEnd(allGNs, gn); in Targ_NewGN()
358 (void)Lst_AtEnd(allTargets, gn); in Targ_FindNode()
405 (void)Lst_AtEnd(nodes, gn); in Targ_FindList()
HDarch.c432 (void)Lst_AtEnd(nodeLst, gn); in Arch_ParseArchive()
474 (void)Lst_AtEnd(nodeLst, gn); in Arch_ParseArchive()
496 (void)Lst_AtEnd(nodeLst, gn); in Arch_ParseArchive()
745 (void)Lst_AtEnd(archives, ar); in ArchStatMember()
HDlst.h123 ReturnStatus Lst_AtEnd(Lst, void *);
HDmain.c517 (void)Lst_AtEnd(variables, argvalue); in MainParseArgs()
545 (void)Lst_AtEnd(makefiles, argvalue); in MainParseArgs()
638 (void)Lst_AtEnd(create, bmake_strdup(argv[1])); in MainParseArgs()
778 (void)Lst_AtEnd(lp, cp); in str2Lst_Append()
HDcompat.c233 (void)Lst_AtEnd(ENDNode->commands, cmdStart); in CompatRunCommand()
HDjob.c923 (void)Lst_AtEnd(postCommands->commands, cmd); in JobSaveCommand()
1950 Lst_AtEnd(lst, targ); in JobRun()
HDmeta.c1192 Lst_AtEnd(missingFiles, bmake_strdup(p)); in meta_oodate()
/NextBSD/contrib/bmake/lst.lib/
HDlstDupl.c92 if (Lst_AtEnd(nl, copyProc(ln->datum)) == FAILURE) { in Lst_Duplicate()
95 } else if (Lst_AtEnd(nl, ln->datum) == FAILURE) { in Lst_Duplicate()
HDlstAtEnd.c73 Lst_AtEnd(Lst l, void *d) in Lst_AtEnd() function