Searched refs:process_flags (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/MagickWand/
H A Dwandcli-private.h34 if ( (cli_wand->process_flags & ProcessWarnDeprecated) != 0 ) \
113 process_flags; /* When handling CLI, what options do we process? */ member in struct:_MagickCLI
H A Dmagick-cli.c331 % The 'process_flags' can be used to control and limit option processing.
349 % o process_flags: What type of arguments will be processed, ignored
355 % is really only releven if process_flags contains a ProcessOneOptionOnly
393 if ( (cli_wand->process_flags & ProcessImplictWrite) != 0 )
398 if ( (cli_wand->process_flags & ProcessOneOptionOnly) != 0 && i != index )
422 if ( (cli_wand->process_flags & ProcessImplictRead) != 0 ) {
434 ((cli_wand->process_flags & ProcessScriptOption) != 0) &&
471 if ( (cli_wand->process_flags & ProcessExitOption) != 0
493 if ( (cli_wand->process_flags & ProcessImplictWrite) == 0 )
721 cli_wand->process_flags
[all...]
H A Dwandcli.c117 cli_wand->process_flags=MagickCommandOptionFlags; /* assume "magick" CLI */
H A Doperation.c450 #define _process_flags (cli_wand->process_flags)
1677 #define _process_flags (cli_wand->process_flags)
3702 #define _process_flags (cli_wand->process_flags)
4614 #define _process_flags (cli_wand->process_flags)

Completed in 193 milliseconds