Home
last modified time | relevance | path

Searched refs:__map_files_hd (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dcver.c137 struct mapfiles_t *__map_files_hd; /* hdr of map files from cmd args */ variable
1130 if (__map_files_hd == NULL) in __dig_main()
1137 __map_files_hd = __map_files_tail = (struct mapfiles_t *) in __dig_main()
1139 __map_files_hd->mapfnam = __pv_stralloc("lib.map"); in __dig_main()
1140 __map_files_hd->mapfnxt = NULL; in __dig_main()
1157 if (__map_files_hd != NULL) in __dig_main()
1570 __map_files_hd = __map_files_tail = NULL; in init_glbs()
2851 if (__map_files_hd == NULL) __map_files_hd = __map_files_tail = mapfp; in do_args()
H A Dv_fx.c332 if (__map_files_hd == NULL && __undef_mods != 0) in __fixup_nl()
361 if (__map_files_hd != NULL) in __fixup_nl()
3245 if (mdp->m_iscell && __map_files_hd == NULL) in bld_top_virtinsts()
H A Dv.h2996 extern struct mapfiles_t *__map_files_hd; /* hdr of map files from cmd args */
H A Dv_src3.c3612 if (__map_files_hd == NULL) __misc_terr(__FILE__, __LINE__); in __rd_cfg()
3626 for (mapfp = __map_files_hd; mapfp != NULL; mapfp = mapfp->mapfnxt) in __rd_cfg()