Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Doptions.c157 case OPTION_ANY: in check_range()
203 case OPTION_ANY: in check_discrete()
528 case OPTION_ANY: in options_set_pair()
537 int opt = find_option (name, OPTION_ANY); in options_ignore_config()
832 opt = find_option (name, OPTION_ANY); in options_was_defaulted()
919 if (value == NULL && find_option (name, OPTION_ANY) != -1) { in substitute_variable()
945 case OPTION_ANY: in substitute_variable()
1053 i = find_option (name_s, OPTION_ANY); in set_option()
1364 int i = find_option (name, OPTION_ANY); in options_get_type()
H A Doptions.h16 OPTION_ANY = 255 enumerator