Home
last modified time | relevance | path

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

/dports/net-im/profanity/profanity-0.11.1/src/command/
H A Dcmd_ac.c2231 …gchar* boolean_choices1[] = { "/notify room current", "/notify chat current", "/notify typing curr… in _notify_autocomplete() local
2233 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()