Searched refs:bold_on_escape (Results 1 – 1 of 1) sorted by relevance
52 const char *bold_on_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[1m" : ""; in pretty_print() local54 unsigned int bold_escape_len = strlen(bold_on_escape); in pretty_print()108 memcpy (q, in_bold ? bold_on_escape : bold_off_escape, bold_escape_len); in pretty_print()
Completed in 6 milliseconds