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

/freebsd-11-stable/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-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c160 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname,
821 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, function
886 dir = search_path_head (pfile, fname, angle_brackets, type);
1190 dir = search_path_head (pfile, fname, angle_brackets, IT_INCLUDE);

Completed in 98 milliseconds