Searched refs:boolean_choices1 (Results 1 – 1 of 1) sorted by relevance
2231 …gchar* boolean_choices1[] = { "/notify room current", "/notify chat current", "/notify typing curr… in _notify_autocomplete() local2233 for (int i = 0; i < ARRAY_SIZE(boolean_choices1); i++) { in _notify_autocomplete()2234 …result = autocomplete_param_with_func(input, boolean_choices1[i], prefs_autocomplete_boolean_choic… in _notify_autocomplete()