Home
last modified time | relevance | path

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

/dports/audio/cmus/cmus-2.9.1/
H A Dcommand_mode.c59 static char *cmd_history_filename; variable
3126 cmd_history_filename = xstrjoin(cmus_config_dir, "/command-history"); in commands_init()
3127 history_load(&cmd_history, cmd_history_filename, 2000); in commands_init()
3138 free(cmd_history_filename); in commands_exit()