Searched refs:PHPDBG_IS_COLOURED (Results 1 – 6 of 6) sorted by relevance
181 phpdbg_writeln("Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "on" : "off"); in PHPDBG_SET()185 PHPDBG_G(flags) |= PHPDBG_IS_COLOURED; in PHPDBG_SET()187 PHPDBG_G(flags) &= ~PHPDBG_IS_COLOURED; in PHPDBG_SET()
148 #define PHPDBG_IS_COLOURED (1ULL<<17) macro179 PHPDBG_IS_COLOURED | \183 # define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_BP_ENABLED | PHPDBG…
53 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()65 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
49 const char *bold_on_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[1m" : ""; in pretty_print()50 const char *bold_off_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[0m" : ""; in pretty_print()
323 if ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED)) { in phpdbg_get_prompt()
1266 flags &= ~PHPDBG_IS_COLOURED; in main()
Completed in 15 milliseconds