Lines Matching defs:inout_paths
937 SearchPathList **inout_paths)
941 if (*inout_paths == NULL)
942 *inout_paths = Lst_New();
943 Lst_Append(*inout_paths, &dirSearchPath);
946 if (*inout_paths == NULL)
947 *inout_paths = Lst_New();
948 Lst_Append(*inout_paths, sysIncPath);
1003 SearchPathList **inout_paths)
1014 if (*inout_paths == NULL)
1015 *inout_paths = Lst_New();
1016 Lst_Append(*inout_paths, path);
1026 SearchPathList **inout_paths)
1049 inout_paths);
1053 if (!HandleDependencyTargetPath(targetName + 5, inout_paths))
1380 SearchPathList **inout_paths)
1386 inout_targetAttr, inout_paths))
1403 SearchPathList **inout_paths,
1434 inout_targetAttr, inout_paths))
1561 ParseSpecial special, SearchPathList **inout_paths)
1564 HandleDependencySourcesEmpty(special, *inout_paths);
1590 ParseDependencySourcesSpecial(p, special, *inout_paths);
1591 if (*inout_paths != NULL) {
1592 Lst_Free(*inout_paths);
1593 *inout_paths = NULL;
1601 assert(*inout_paths == NULL);