Searched refs:include_callback (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genmddeps.cc | 50 include_callback = add_filedep; in main()
|
H A D | read-md.cc | 48 void (*include_callback) (const char *); variable 1119 if (include_callback) in handle_include() 1120 include_callback (pathname); in handle_include()
|
H A D | read-md.h | 374 extern void (*include_callback) (const char *);
|
H A D | ChangeLog-2010 | 26470 (include_callback): Move to read-md.h. 26471 * gensupport.c (in_fname, include_callback, base_dir, max_include_len) 26501 (in_fname, include_callback): Moved from read-md.h. 26505 (last_dir_md_include_ptr, include_callback, max_include_len): Moved
|
H A D | ChangeLog-2004 | 1174 * gensupport.c (include_callback): New. 1176 * gensupport.h (include_callback): Declare.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genmddeps.c | 50 include_callback = add_filedep; in main()
|
H A D | read-md.c | 48 void (*include_callback) (const char *); variable 1106 if (include_callback) in handle_include() 1107 include_callback (pathname); in handle_include()
|
H A D | read-md.h | 374 extern void (*include_callback) (const char *);
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | master_test.c | 163 include_callback(const char *filename, void *arg) { in include_callback() function 333 include_callback, &filename, mctx, dns_masterformat_text, 0); in ISC_RUN_TEST_IMPL()
|