Searched refs:map_list (Results 1 – 4 of 4) sorted by relevance
907 for (map_list_ptr = CPP_OPTION (pfile, map_list); map_list_ptr;967 map_list_ptr->map_list_next = CPP_OPTION (pfile, map_list);968 CPP_OPTION (pfile, map_list) = map_list_ptr;
236 struct file_name_map_list *map_list; member
8238 map_list from former (instead of having it be static).8251 * cpplib.c (cpp_options): Add map_list.
15380 static struct file_name_map_list *map_list; local15389 for (map_list_ptr = map_list; map_list_ptr;15451 map_list_ptr->map_list_next = map_list;15452 map_list = map_list_ptr;