Home
last modified time | relevance | path

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

/original-bsd/usr.bin/make/
H A Dsuff.c845 Lst inIncludes; /* Cumulative .INCLUDES path */ in Suff_DoPaths() local
852 inIncludes = Lst_Init(FALSE); in Suff_DoPaths()
860 Dir_Concat(inIncludes, s->searchPath); in Suff_DoPaths()
875 Var_Set(".INCLUDES", ptr = Dir_MakeFlags("-I", inIncludes), VAR_GLOBAL); in Suff_DoPaths()
880 Lst_Destroy(inIncludes, Dir_Destroy); in Suff_DoPaths()