Home
last modified time | relevance | path

Searched refs:cfglib_t (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src3.c114 static void init_cfglib(struct cfglib_t *);
137 static struct cfglib_t *find_cfglib(char *);
151 struct mod_t *, struct cfglib_t *);
3736 struct cfglib_t *lbp; in rd_cfg_library()
3748 lbp = (struct cfglib_t *) __my_malloc(sizeof(struct cfglib_t)); in rd_cfg_library()
4777 register struct cfglib_t *lbp; in __expand_lib_wildcards()
5593 struct cfglib_t *lbp; in dump_lib_expand()
5721 struct cfglib_t *lbp; in bind_cfg_design()
5848 struct cfglib_t *lbp; in find_cfglib()
6064 struct cfglib_t *lbp; in bind_liblist_rule()
[all …]
H A Dv.h1044 struct cfglib_t { struct
1049 struct cfglib_t *lbnxt; /* pointer to the next library */ argument
1076 struct cfglib_t *deslbp; /* ptr to config design library */
2721 struct cfglib_t *mod_cfglbp; /* config lib this mod's cells bound using */
2998 extern struct cfglib_t *__cfglib_hd; /* head of list of libs for cfg */
2999 extern struct cfglib_t *__cfglib_tail; /* and tail */
H A Dcver.c139 struct cfglib_t *__cfglib_hd; /* head of list of libs for cfg */
140 struct cfglib_t *__cfglib_tail; /* and tail */