Searched refs:inout_paths (Results 1 – 1 of 1) sorted by relevance
934 SearchPathList **inout_paths) in HandleDependencyTargetSpecial() argument938 if (*inout_paths == NULL) in HandleDependencyTargetSpecial()939 *inout_paths = Lst_New(); in HandleDependencyTargetSpecial()940 Lst_Append(*inout_paths, &dirSearchPath); in HandleDependencyTargetSpecial()943 if (*inout_paths == NULL) in HandleDependencyTargetSpecial()944 *inout_paths = Lst_New(); in HandleDependencyTargetSpecial()945 Lst_Append(*inout_paths, sysIncPath); in HandleDependencyTargetSpecial()1000 SearchPathList **inout_paths) in HandleDependencyTargetPath() argument1011 if (*inout_paths == NULL) in HandleDependencyTargetPath()1012 *inout_paths = Lst_New(); in HandleDependencyTargetPath()[all …]