Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Doptions.c47 Print_options |= INDENT_BEFORE_ADDRESS; in process_options()
50 Print_options &= ~(INDENT_BEFORE_ADDRESS|INDENT_AFTER_ADDRESS); in process_options()
53 Print_options &= ~INDENT_BEFORE_ADDRESS; in process_options()
H A Ddefs.h79 #define INDENT_BEFORE_ADDRESS 0x20000000UL macro
132 #define PRINT_INDENT_BEFORE_ADDRESS (Print_options & INDENT_BEFORE_ADDRESS)
134 #define PRINT_INDENT (Print_options & (INDENT_BEFORE_ADDRESS|INDENT_AFTER_ADDRESS))