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

/haiku/src/bin/rc/
H A Dprivate.h29 typedef std::list<void*> ptr_list_t; typedef
30 typedef ptr_list_t::iterator ptr_iter_t;
36 extern ptr_list_t include_dirs;
39 extern ptr_list_t input_files;
42 void free_ptr_list(ptr_list_t& list);
H A Drdef.cpp31 ptr_list_t include_dirs;
32 ptr_list_t input_files;
43 free_ptr_list(ptr_list_t &list)
H A Dcompile.cpp67 static ptr_list_t mem_list;

Completed in 79 milliseconds