Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h76 #define MULTIVAL_PRINT_ALL 0x08000000UL macro
143 #define PRINT_MULTIVAL_ALL (Print_options & MULTIVAL_PRINT_ALL)
H A Doptions.c104 … case 'A': Print_options = toggle(Print_options,MULTIVAL_PRINT_ALL); break; in process_options()