Home
last modified time | relevance | path

Searched refs:COLOR_TRACE (Results 1 – 3 of 3) sorted by relevance

/dports/audio/synthpod-lv2/synthpod-01aad91/bin/
H A Dsynthpod_bin.c47 COLOR_TRACE = 0, enumerator
58 [COLOR_TRACE] = "[Trace]",
67 [COLOR_TRACE] = "["ANSI_COLOR_BLUE "Trace"ANSI_COLOR_RESET"]",
209 idx = COLOR_TRACE; in _log_vprintf()
546 fprintf(stderr, "%s %s %s", prefix[istty][COLOR_DSP], prefix[istty][COLOR_TRACE], trace); in bin_run()
/dports/audio/synthpod-lv2/synthpod-01aad91/sandbox_ui.lv2/
H A Dsandbox_slave.c109 COLOR_TRACE = 0, enumerator
122 [COLOR_TRACE] = "[Trace]",
133 [COLOR_TRACE] = "["ANSI_COLOR_BLUE "Trace"ANSI_COLOR_RESET"]",
152 idx = COLOR_TRACE; in _log_vprintf()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dtracevisual.c67 #define COLOR_TRACE "CadetBlue" /* blocks allocated by us */ macro
671 XAllocNamedColor (d->disp, colors, COLOR_TRACE, &shade, &exact); in init_memory_visual()