Home
last modified time | relevance | path

Searched refs:aux_mod (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/codegen/remap_path_prefix/
H A Dmain.rs11 mod aux_mod; module
20 aux_mod::some_aux_mod_function(); in main()
/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.c1847 const struct lys_module *start_mod, *aux_mod = NULL; in resolve_schema_nodeid() local
1931 aux_mod = lyp_get_module(cur_module, NULL, 0, mod_name, mod_name_len, 0); in resolve_schema_nodeid()
1932 if (!aux_mod) { in resolve_schema_nodeid()
1942 aux_mod = cur_module; in resolve_schema_nodeid()
1948 last_aug = lys_getnext_target_aug(last_aug, aux_mod, start_parent); in resolve_schema_nodeid()