Home
last modified time | relevance | path

Searched refs:UNICODE_FLAG (Results 1 – 4 of 4) sorted by relevance

/dports/editors/madedit/madedit-0.2.9/
H A Dconfigure.ac84 UNICODE_FLAG=$(test ! $($WX_CONFIG_WITH_ARGS - -unicode >/dev/null 2>&1))
87 if test "$UNICODE_FLAG" != "0"; then
H A Dconfigure13126 UNICODE_FLAG=$(test ! $($WX_CONFIG_WITH_ARGS - -unicode >/dev/null 2>&1))
13130 if test "$UNICODE_FLAG" != "0"; then
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h82 #define UNICODE_FLAG 0x00004000UL /* write both bytes */ macro
125 #define PRINT_UNICODE (Print_options & UNICODE_FLAG)
H A Doptions.c225 case 'u': Print_options = toggle(Print_options,UNICODE_FLAG); in process_options()