ca_getType        546 modules/ca/ca_configFns.c 	int ca_getType(char[], dict_t[], int);
ca_getType        658 modules/ca/ca_configFns.c 			printf("Variable \"%s\" is data-type \"%d\"\n", name, ca_getType(name, dictionary, VARS));
ca_getType        662 modules/ca/ca_configFns.c 			type = ca_getType(name, dictionary, VARS);