Searched refs:search_path_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/dtc/
H A Dsrcpos.c34 static struct search_path *search_path_head, **search_path_tail; variable in typeref:struct:search_path
111 for (node = search_path_head; !*fp && node; node = node->next)
196 search_path_head = node;
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dfiles.c158 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname,
751 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, function
816 dir = search_path_head (pfile, fname, angle_brackets, type);
1104 dir = search_path_head (pfile, fname, angle_brackets, IT_INCLUDE);

Completed in 266 milliseconds