Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src3.c4030 if ((ttyp = __get_cfgtok(fp)) != CFG_LIBLIST) in rd_cfg_cfg()
4087 if ((ttyp = __get_cfgtok(fp)) == CFG_LIBLIST) in rd_cfg_cfg()
4169 if ((ttyp = __get_cfgtok(fp)) == CFG_LIBLIST) in rd_cfg_cfg()
H A Dv.h930 #define CFG_LIBLIST 9 macro
H A Dv_ms.c4420 if (strcmp(tstr, "liblist") == 0) return(CFG_LIBLIST); in get_cfgkeywrd()
4444 case CFG_LIBLIST: strcpy(s, "liblist"); break; in __to_cfgtoknam()