Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dget_args.c58 int use_conf_file = 0; /* default don't use amd.conf file */ variable
181 use_conf_file = 1; in get_args()
293 use_conf_file = 1; in get_args()
323 if (use_conf_file && amu_conf_file) { in get_args()
347 if (use_conf_file && amu_conf_file) in get_args()
H A Damd.h685 extern int use_conf_file; /* use amd configuration file */
H A Dmapc.c658 if (use_conf_file && type) { in mapc_create()