VARS 613 modules/ca/ca_configFns.c location = ca_getStorageLocation(name, dictionary, VARS);
VARS 658 modules/ca/ca_configFns.c printf("Variable \"%s\" is data-type \"%d\"\n", name, ca_getType(name, dictionary, VARS));
VARS 662 modules/ca/ca_configFns.c type = ca_getType(name, dictionary, VARS);
VARS 305 modules/ca/ca_macros.h #define ca_get_dictionary ca_getDictionary(dictionary, VARS)
VARS 293 modules/ca/ca_values.c values_t confVars[VARS];
VARS 294 modules/ca/ca_values.c values_t globals[VARS];
VARS 295 modules/ca/ca_values.c values_t locals[VARS];
VARS 20 tests/ca/ca_testing.c ca_getDictionary(dictionary, VARS);
VARS 31 tests/ep/test_ep.c ca_populateDictionary(dictionary, VARS);
VARS 34 tests/ep/test_ep.c ca_readConfig("filippo.conf", confVars, VARS);
VARS 40 tests/pa/test.c ca_populateDictionary(dictionary, VARS);
VARS 43 tests/pa/test.c ca_readConfig("filippo.conf", confVars, VARS);