Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Dwandcli-private.h76 ProcessOneOptionOnly = 0x4000, /* Process one option only */ enumerator
Dmagick-cli.c394 if ( (cli_wand->process_flags & ProcessOneOptionOnly) != 0 && i != index ) in ProcessCommandOptions()