Searched refs:inout_paths (Results 1 – 1 of 1) sorted by relevance
993 SearchPathList **inout_paths) in HandleDependencyTargetSpecial() argument997 if (*inout_paths == NULL) in HandleDependencyTargetSpecial()998 *inout_paths = Lst_New(); in HandleDependencyTargetSpecial()999 Lst_Append(*inout_paths, &dirSearchPath); in HandleDependencyTargetSpecial()1002 if (*inout_paths == NULL) in HandleDependencyTargetSpecial()1003 *inout_paths = Lst_New(); in HandleDependencyTargetSpecial()1004 Lst_Append(*inout_paths, sysIncPath); in HandleDependencyTargetSpecial()1059 SearchPathList **inout_paths) in HandleDependencyTargetPath() argument1070 if (*inout_paths == NULL) in HandleDependencyTargetPath()1071 *inout_paths = Lst_New(); in HandleDependencyTargetPath()[all …]