Searched refs:inout_paths (Results 1 – 1 of 1) sorted by relevance
938 SearchPathList **inout_paths) in HandleDependencyTargetSpecial() argument942 if (*inout_paths == NULL) in HandleDependencyTargetSpecial()943 *inout_paths = Lst_New(); in HandleDependencyTargetSpecial()944 Lst_Append(*inout_paths, &dirSearchPath); in HandleDependencyTargetSpecial()947 if (*inout_paths == NULL) in HandleDependencyTargetSpecial()948 *inout_paths = Lst_New(); in HandleDependencyTargetSpecial()949 Lst_Append(*inout_paths, sysIncPath); in HandleDependencyTargetSpecial()1004 SearchPathList **inout_paths) in HandleDependencyTargetPath() argument1015 if (*inout_paths == NULL) in HandleDependencyTargetPath()1016 *inout_paths = Lst_New(); in HandleDependencyTargetPath()[all …]