Home
last modified time | relevance | path

Searched refs:TTY_COLOR_CHECK (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h81 #define TTY_COLOR_CHECK 0x00000080UL macro
147 #define CHECK_TTY_FOR_COLOR (Print_options & TTY_COLOR_CHECK)
H A Doptions.c223 case 't': Print_options = toggle(Print_options,TTY_COLOR_CHECK); in process_options()