Lines Matching defs:inout_paths
988 SearchPathList **inout_paths)
992 if (*inout_paths == NULL)
993 *inout_paths = Lst_New();
994 Lst_Append(*inout_paths, &dirSearchPath);
997 if (*inout_paths == NULL)
998 *inout_paths = Lst_New();
999 Lst_Append(*inout_paths, sysIncPath);
1054 SearchPathList **inout_paths)
1065 if (*inout_paths == NULL)
1066 *inout_paths = Lst_New();
1067 Lst_Append(*inout_paths, path);
1077 SearchPathList **inout_paths)
1100 inout_paths);
1104 if (!HandleDependencyTargetPath(targetName + 5, inout_paths))
1432 SearchPathList **inout_paths)
1438 inout_targetAttr, inout_paths))
1456 SearchPathList **inout_paths,
1487 inout_targetAttr, inout_paths))
1614 ParseSpecial special, SearchPathList **inout_paths)
1617 HandleDependencySourcesEmpty(special, *inout_paths);
1643 ParseDependencySourcesSpecial(p, special, *inout_paths);
1644 if (*inout_paths != NULL) {
1645 Lst_Free(*inout_paths);
1646 *inout_paths = NULL;
1654 assert(*inout_paths == NULL);