Home
last modified time | relevance | path

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

/dports/net-im/profanity/profanity-0.11.1/src/command/
H A Dcmd_ac.c155 static Autocomplete theme_ac; variable
403 theme_ac = autocomplete_new(); in cmd_ac_init()
404 autocomplete_add(theme_ac, "load"); in cmd_ac_init()
405 autocomplete_add(theme_ac, "full-load"); in cmd_ac_init()
406 autocomplete_add(theme_ac, "list"); in cmd_ac_init()
407 autocomplete_add(theme_ac, "colours"); in cmd_ac_init()
408 autocomplete_add(theme_ac, "properties"); in cmd_ac_init()
1257 autocomplete_reset(theme_ac); in cmd_ac_reset()
1433 autocomplete_free(theme_ac); in cmd_ac_uninit()
2762 result = autocomplete_param_with_ac(input, "/theme", theme_ac, TRUE, previous); in _theme_autocomplete()