PHPDBG_IS_COLOURED 1167 sapi/phpdbg/phpdbg.c 				flags &= ~PHPDBG_IS_COLOURED;
PHPDBG_IS_COLOURED  156 sapi/phpdbg/phpdbg.h #	define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET|PHPDBG_IS_COLOURED|PHPDBG_IS_BP_ENABLED)
PHPDBG_IS_COLOURED   51 sapi/phpdbg/phpdbg_help.c 	const char  *bold_on_escape  = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[1m" : "";
PHPDBG_IS_COLOURED   52 sapi/phpdbg/phpdbg_help.c 	const char  *bold_off_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[0m" : "";
PHPDBG_IS_COLOURED  150 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("%s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "on" : "off");
PHPDBG_IS_COLOURED  154 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(flags) |= PHPDBG_IS_COLOURED;
PHPDBG_IS_COLOURED  156 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(flags) &= ~PHPDBG_IS_COLOURED;
PHPDBG_IS_COLOURED  243 sapi/phpdbg/phpdbg_utils.c 			if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) {
PHPDBG_IS_COLOURED  253 sapi/phpdbg/phpdbg_utils.c 			if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) {
PHPDBG_IS_COLOURED  405 sapi/phpdbg/phpdbg_utils.c 	if ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED)) {