Lines Matching refs:module
580 fdef->imports[i].module, in def_file_print()
751 const char *in_name, const char *module, in cmp_import_elem() argument
756 if ((r = are_names_equal (module, (e->module ? e->module->name : NULL)))) in cmp_import_elem()
774 const char *module, int ord, int *is_ident) in find_import_in_list() argument
781 if ((e = cmp_import_elem (b, ex_name, in_name, module, ord)) <= 0) in find_import_in_list()
789 if ((e = cmp_import_elem (b + (max - 1), ex_name, in_name, module, ord)) > 0) in find_import_in_list()
801 e = cmp_import_elem (b + p, ex_name, in_name, module, ord); in find_import_in_list()
812 if ((e = cmp_import_elem (b + l, ex_name, in_name, module, ord)) > 0) in find_import_in_list()
822 const char *module, in def_file_add_import() argument
837 module, ordinal, is_dup); in def_file_add_import()
857 if (module) in def_file_add_import()
858 i->module = def_stash_module (fdef, module); in def_file_add_import()
1123 const char *module, in def_import() argument
1133 buf = xmalloc (strlen (module) + strlen (ext) + 2); in def_import()
1134 sprintf (buf, "%s.%s", module, ext); in def_import()
1135 module = buf; in def_import()
1137 def_file_add_import (def, name, module, ordinal, internal_name, its_name, in def_import()