Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Doptions.c65 bits = (bits << 1) & DECIMAL_ONLY; in process_options()
69 case 'X': bits = Print_options & DECIMAL_ONLY; in process_options()
71 Print_options &= ~DECIMAL_ONLY; in process_options()
H A Ddefs.h94 #define DECIMAL_ONLY (DECTAGNO|DECOFFSET|DECVALUE|DECADDRESS) macro