Home
last modified time | relevance | path

Searched refs:LST_CONCLINK (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bmake/
Dlst.h99 #define LST_CONCLINK 1 /* relink LstNode's when using Lst_Concat */ macro
Dmake.c1309 Lst_Concat(new, examine, LST_CONCLINK); in Make_ExpandUse()
1444 Lst_Concat(new, examine, LST_CONCLINK); in Make_ProcessWait()
Dsuff.c553 Lst_Concat(suffClean, sufflist, LST_CONCLINK); in Suff_ClearSuffixes()
2399 Lst_Concat(slst, srcs, LST_CONCLINK); in SuffFindNormalDeps()
2400 Lst_Concat(slst, targs, LST_CONCLINK); in SuffFindNormalDeps()
/freebsd-12-stable/contrib/bmake/lst.lib/
DlstConcat.c92 if (flags == LST_CONCLINK) { in Lst_Concat()