Searched refs:SettingOptionFlags (Results 1 – 2 of 2) sorted by relevance
138 SettingOptionFlags = 0x000F, /* mask any setting option */ enumerator
5192 if ( (option_type & SettingOptionFlags) != 0 ) { in CLIOption()5206 ((option_type & SettingOptionFlags) == 0 )) /* temp hack */ in CLIOption()