Searched refs:CC_GLOBAL_PATH (Results 1 – 5 of 5) sorted by relevance
59 #define CC_GLOBAL_PATH 0x01 /* enable global core files */ macro67 (CC_GLOBAL_PATH | CC_PROCESS_PATH | \
89 { GLOBAL_ENABLED, NULL, SCF_TYPE_BOOLEAN, NULL, CC_GLOBAL_PATH },181 flag = CC_GLOBAL_PATH; in main()304 (options & CC_GLOBAL_PATH)? "enabled" : "disabled"); in report_settings()567 options |= CC_GLOBAL_PATH; in read_legacy()
655 if (!(my_cg->core_options & (CC_PROCESS_PATH|CC_GLOBAL_PATH)) && in core()656 !(global_cg->core_options & CC_GLOBAL_PATH)) { in core()745 if (my_cg->core_options & CC_GLOBAL_PATH) in core()748 if (global_cg != my_cg && (global_cg->core_options & CC_GLOBAL_PATH)) in core()
211 if (opt_g && !(options & CC_GLOBAL_PATH)) { in main()
1313 if (val & CC_GLOBAL_PATH) in prt_cco()