Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h39 #define DECTAGNO 0x00000002UL macro
94 #define DECIMAL_ONLY (DECTAGNO|DECOFFSET|DECVALUE|DECADDRESS)
103 #define PRINT_TAGNO (Print_options & (HEXTAGNO|DECTAGNO))
105 #define PRINT_DEC_TAGNO (Print_options & DECTAGNO)
106 #define PRINT_BOTH_TAGNO ((PRINT_TAGNO) == (HEXTAGNO|DECTAGNO))
H A Doptions.c94 case 'n': Print_options = toggle(Print_options,DECTAGNO); break; in process_options()