Home
last modified time | relevance | path

Searched refs:last_dir_md_include (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgensupport.c86 struct file_name_list *last_dir_md_include = 0; /* Last in chain */ variable
905 last_dir_md_include->next = dirtmp;
906 last_dir_md_include = dirtmp; /* Tail follows the last one */
H A DChangeLog.714743 (last_dir_md_include): Renamed from last_include; change all
/openbsd-src/gnu/gcc/gcc/
H A Dgensupport.c100 struct file_name_list *last_dir_md_include = 0; /* Last in chain */ variable
944 last_dir_md_include->next = dirtmp; in init_md_reader_args_cb()
945 last_dir_md_include = dirtmp; /* Tail follows the last one */ in init_md_reader_args_cb()