Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src3.c4241 if (__cfg_hd == NULL) __cfg_hd = __cur_cfg = cfgp; in rd_cfg_cfg()
5576 for (cfgp = __cfg_hd; cfgp != NULL; cfgp = cfgp->cfgnxt) in __rd_ver_cfg_src()
5617 for (cfgp = __cfg_hd; cfgp != NULL; cfgp = cfgp->cfgnxt) in dump_config_info()
6213 for (cfgp = __cfg_hd; cfgp != NULL; cfgp = cfgp->cfgnxt) in fnd_cfg_by_name()
H A Dcver.c141 struct cfg_t *__cfg_hd;/* head of list of cfgs */ variable
1573 __cfg_hd = NULL; in init_glbs()
H A Dv.h3000 extern struct cfg_t *__cfg_hd;/* head of list of cfgs */