Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h50 #define DECOFFSET 0x00000200UL macro
94 #define DECIMAL_ONLY (DECTAGNO|DECOFFSET|DECVALUE|DECADDRESS)
114 #define PRINT_OFFSET (Print_options & (HEXOFFSET|DECOFFSET))
116 #define PRINT_DEC_OFFSET (Print_options & DECOFFSET)
117 #define PRINT_BOTH_OFFSET ((PRINT_OFFSET) == (HEXOFFSET|DECOFFSET))
H A Doptions.c99 case 'o': Print_options = toggle(Print_options,DECOFFSET); break; in process_options()