Searched defs:search_path (Results 1 – 2 of 2) sorted by relevance
28 struct search_path { struct29 struct search_path *next; /* next node in list, NULL for end */ argument34 static struct search_path *search_path_head, **search_path_tail; argument
21 def find_deps(exe_or_dll, search_path, analyzed_deps): argument