Home
last modified time | relevance | path

Searched refs:map_list (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppfiles.c907 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;
H A Dcpplib.h236 struct file_name_map_list *map_list; member
H A DFSFChangeLog.108238 map_list from former (instead of having it be static).
8251 * cpplib.c (cpp_options): Add map_list.
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c15380 static struct file_name_map_list *map_list; local
15389 for (map_list_ptr = map_list; map_list_ptr;
15451 map_list_ptr->map_list_next = map_list;
15452 map_list = map_list_ptr;