Home
last modified time | relevance | path

Searched refs:inout_paths (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.bin/make/
Dparse.c934 SearchPathList **inout_paths) in HandleDependencyTargetSpecial() argument
938 if (*inout_paths == NULL) in HandleDependencyTargetSpecial()
939 *inout_paths = Lst_New(); in HandleDependencyTargetSpecial()
940 Lst_Append(*inout_paths, &dirSearchPath); in HandleDependencyTargetSpecial()
943 if (*inout_paths == NULL) in HandleDependencyTargetSpecial()
944 *inout_paths = Lst_New(); in HandleDependencyTargetSpecial()
945 Lst_Append(*inout_paths, sysIncPath); in HandleDependencyTargetSpecial()
1000 SearchPathList **inout_paths) in HandleDependencyTargetPath() argument
1011 if (*inout_paths == NULL) in HandleDependencyTargetPath()
1012 *inout_paths = Lst_New(); in HandleDependencyTargetPath()
[all …]