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

/freebsd-12-stable/contrib/dtc/
H A Dsrcpos.c34 static struct search_path *search_path_head, **search_path_tail; variable in typeref:struct:
193 if (search_path_tail)
194 *search_path_tail = node;
197 search_path_tail = &node->next;

Completed in 67 milliseconds