Home
last modified time | relevance | path

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

/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic.h230 static bool command_has_arguments(const char *const command);
H A Dgmic.cpp2239 bool gmic::command_has_arguments(const char *const command) { in command_has_arguments() function in gmic
2819 CImg<char>::vector((char)command_has_arguments(body)). in add_commands()
2838 commands_has_arguments[ind](p,0) |= (char)command_has_arguments(body); in add_commands()
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.h268 static bool command_has_arguments(const char *const command);
H A Dgmic.cpp2454 bool gmic::command_has_arguments(const char *const command) { in command_has_arguments() function in gmic
3126 CImg<char>::vector((char)command_has_arguments(body)). in add_commands()
3134 commands_has_arguments[hash](pos,0) |= (char)command_has_arguments(body); in add_commands()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.h337 static bool command_has_arguments(const char *const command);
H A Dgmic.cpp2659 bool gmic::command_has_arguments(const char *const command) { in command_has_arguments() function in gmic
3508 CImg<char>::vector((char)command_has_arguments(body)). in add_commands()
3516 commands_has_arguments[hash](pos,0) |= (char)command_has_arguments(body); in add_commands()
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.h337 static bool command_has_arguments(const char *const command);
H A Dgmic.cpp2691 bool gmic::command_has_arguments(const char *const command) { function in gmic
3560 CImg<char>::vector((char)command_has_arguments(body)).
3568 commands_has_arguments[hash](pos,0) |= (char)command_has_arguments(body);