Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Doption.c2527 option_types; in GetCommandOptionFlags() local
2534 option_types=0; in GetCommandOptionFlags()
2575 option_types=option_types &~ command_info->flags; in GetCommandOptionFlags()
2577 option_types=option_types | command_info->flags; in GetCommandOptionFlags()
2581 return(option_types); in GetCommandOptionFlags()
3078 option_types; in ParseCommandOption() local
3085 option_types=0; in ParseCommandOption()
3126 option_types=option_types &~ command_info->type; in ParseCommandOption()
3128 option_types=option_types | command_info->type; in ParseCommandOption()
3132 return(option_types); in ParseCommandOption()