Searched refs:inLibs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A Dsuff.c768 struct Path inLibs; /* Cumulative .LIBS path */ local
771 TAILQ_INIT(&inLibs);
782 Path_Concat(&inLibs, &s->searchPath);
792 ptr = Path_MakeFlags("-L", &inLibs);
797 Path_Clear(&inLibs);
/freebsd-10.1-release/contrib/bmake/
H A Dsuff.c1054 Lst inLibs; /* Cumulative .LIBS path */
1061 inLibs = Lst_Init(FALSE);
1073 Dir_Concat(inLibs, s->searchPath);
1085 Var_Set(".LIBS", ptr = Dir_MakeFlags("-L", inLibs), VAR_GLOBAL, 0);
1089 Lst_Destroy(inLibs, Dir_Destroy);
1053 Lst inLibs; /* Cumulative .LIBS path */ local

Completed in 108 milliseconds