Home
last modified time | relevance | path

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

/dports/graphics/libsixel/sixel-1.8.6/include/
H A Dsixel.h207 #define SIXEL_OPTFLAG_MACRO_NUMBER ('n') /* -n MACRONO, --macro-number=MACRONO: macro
H A Dsixel.h.in207 #define SIXEL_OPTFLAG_MACRO_NUMBER ('n') /* -n MACRONO, --macro-number=MACRONO: macro
/dports/graphics/libsixel/sixel-1.8.6/python/libsixel/
H A D__init__.py194 SIXEL_OPTFLAG_MACRO_NUMBER = 'n' # -n MACRONO, --macro-number=MACRONO: variable
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dencoder.c1575 case SIXEL_OPTFLAG_MACRO_NUMBER: /* n */ in sixel_encoder_setopt()