Searched defs:search_path (Results 1 – 1 of 1) 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