Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Doption.h30 #define TYPE_OPTION (option_get_type())
58 GType option_get_type( void );
H A Doption.c111 option_get_type( void ) in option_get_type() function
H A Drhs.c150 { CLASS_OPTION, option_get_type },
/dports/audio/siren/siren-0.9/
H A Dcommand.c1232 if (option_get_type(argv[1], &data->type) == -1) {
1414 if (option_get_type(name, &type) == -1) {
H A Doption.c412 option_get_type(const char *name, enum option_type *type) in option_get_type() function
H A Dsiren.h537 int option_get_type(const char *, enum option_type *) NONNULL();