Searched defs:include_path (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_idl.c121 IncludePathEntry *include_path; /* search path for included files */ member in struct:input_callback_state
129 IncludePathEntry *include_path)
131 IncludePathEntry *current_path = include_path;
162 new_input_data(const char *filename, IncludePathEntry *include_path) argument
184 inputfile = fopen_from_includes(filename, "r", include_path);
186 inputfile = fopen_from_includes(filename, "r", include_path);
415 new_data = new_input_data(filename, callback_state->include_path);
503 first_entry.directory = callback_state->include_path->directory;
510 callback_state->include_path);
658 xpidl_process_idl(char *filename, IncludePathEntry *include_path, argument
128 fopen_from_includes(const char *filename, const char *mode, IncludePathEntry *include_path) argument
[all...]

Completed in 237 milliseconds