Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h43 #define DECVALUE 0x00000020UL macro
85 #define DEF_ENTRY (TAG_OPTIONS|DECVALUE|OFFSET|TYPE)
88 #define LIST_OPTIONS (TAGNAME|DECVALUE|ASCII_IGNORE_LENGTH|LONGNAMES_FLAG|APP_ENTRY)
91 #define REPORT_OPTIONS (TAGNAME|DECVALUE|PCOLOR|SECTION|SEGMENT|APP_ENTRY|ASCII_IGNORE_LEN…
94 #define DECIMAL_ONLY (DECTAGNO|DECOFFSET|DECVALUE|DECADDRESS)
109 #define PRINT_VALUE (Print_options & (HEXVALUE|DECVALUE))
111 #define PRINT_DEC_VALUE (Print_options & DECVALUE)
112 #define PRINT_BOTH_VALUE ((PRINT_VALUE) == (HEXVALUE|DECVALUE))
H A Doptions.c97 case 'v': Print_options = toggle(Print_options,DECVALUE); break; in process_options()