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

/freebsd-10.1-release/usr.bin/make/
H A Dsuff.c767 struct Path inIncludes; /* Cumulative .INCLUDES path */ local
770 TAILQ_INIT(&inIncludes);
777 Path_Concat(&inIncludes, &s->searchPath);
788 ptr = Path_MakeFlags("-I", &inIncludes);
796 Path_Clear(&inIncludes);
/freebsd-10.1-release/contrib/bmake/
H A Dsuff.c1053 Lst inIncludes; /* Cumulative .INCLUDES path */
1060 inIncludes = Lst_Init(FALSE);
1068 Dir_Concat(inIncludes, s->searchPath);
1083 Var_Set(".INCLUDES", ptr = Dir_MakeFlags("-I", inIncludes), VAR_GLOBAL, 0);
1088 Lst_Destroy(inIncludes, Dir_Destroy);
1052 Lst inIncludes; /* Cumulative .INCLUDES path */ local

Completed in 128 milliseconds