Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Doptions.h42 enum option_type options_get_type (const char *name);
H A Doptions.c488 switch (options_get_type (name)) { in options_set_pair()
923 switch (options_get_type (name)) { in substitute_variable()
1362 enum option_type options_get_type (const char *name) in options_get_type() function
H A Dmain.c503 type = options_get_type (name); in override_config_option()