Home
last modified time | relevance | path

Searched refs:file_name_list (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgensupport.c77 struct file_name_list struct
79 struct file_name_list *next; argument
83 struct file_name_list *first_dir_md_include = 0; /* First dir to search */ argument
85 struct file_name_list *first_bracket_include = 0;
86 struct file_name_list *last_dir_md_include = 0; /* Last in chain */
204 struct file_name_list *stackp;
897 struct file_name_list *dirtmp;
899 dirtmp = (struct file_name_list *)
900 xmalloc (sizeof (struct file_name_list));
H A DChangeLog.18124 with a struct file_name_list pointer.
8127 (struct file_name_list): Add *alloc pointer for the sake of
8140 * cpplib.c (do_include): Don't allocate a file_name_list on
8838 system_include, after_include. Redo struct file_name_list
10269 file_name_list there also.
H A DFSFChangeLog.103488 (struct file_name_list): New member `inc'.
3489 (struct file_name_list): New member `st'.
3551 (struct file_name_list): Remove no-longer needed field control_macro.
H A DChangeLog.28575 * cppfiles.c (file_name_list, include_hash, find_include_file,
H A DChangeLog.59321 (struct file_name_list): Rename search_path. Update.
H A DChangeLog.311312 file_name_list, struct ihash, is_idchar, is_idstart,
/openbsd/gnu/gcc/gcc/
H A Dgensupport.c91 struct file_name_list struct
93 struct file_name_list *next; argument
97 struct file_name_list *first_dir_md_include = 0; /* First dir to search */ argument
99 struct file_name_list *first_bracket_include = 0;
100 struct file_name_list *last_dir_md_include = 0; /* Last in chain */
216 struct file_name_list *stackp; in process_include()
937 struct file_name_list *dirtmp; in init_md_reader_args_cb()
939 dirtmp = XNEW (struct file_name_list); in init_md_reader_args_cb()
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c15108 struct file_name_list struct
15110 struct file_name_list *next; argument
15133 struct file_name_list *dir;
15156 struct file_name_list *last);
15158 struct file_name_list *searchptr);
15169 struct file_name_list *first, *last; in append_include_chain()
15171 struct file_name_list *dir;
15201 struct file_name_list *searchptr;
15487 struct file_name_list *dirtmp; in ffecom_decode_include_option_()
15493 dirtmp = (struct file_name_list *) in ffecom_decode_include_option_()
[all …]