Lines Matching defs:inout_paths
933 SearchPathList **inout_paths)
937 if (*inout_paths == NULL)
938 *inout_paths = Lst_New();
939 Lst_Append(*inout_paths, &dirSearchPath);
942 if (*inout_paths == NULL)
943 *inout_paths = Lst_New();
944 Lst_Append(*inout_paths, sysIncPath);
999 SearchPathList **inout_paths)
1010 if (*inout_paths == NULL)
1011 *inout_paths = Lst_New();
1012 Lst_Append(*inout_paths, path);
1022 SearchPathList **inout_paths)
1045 inout_paths);
1049 if (!HandleDependencyTargetPath(targetName + 5, inout_paths))
1376 SearchPathList **inout_paths)
1382 inout_targetAttr, inout_paths))
1399 SearchPathList **inout_paths,
1430 inout_targetAttr, inout_paths))
1557 ParseSpecial special, SearchPathList **inout_paths)
1560 HandleDependencySourcesEmpty(special, *inout_paths);
1586 ParseDependencySourcesSpecial(p, special, *inout_paths);
1587 if (*inout_paths != NULL) {
1588 Lst_Free(*inout_paths);
1589 *inout_paths = NULL;
1597 assert(*inout_paths == NULL);