Home
last modified time | relevance | path

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

/dports/misc/vifm/vifm-0.11/src/
H A Dfops_common.h82 typedef char (*options_prompt_func)(const char title[], const char message[], typedef
88 extern options_prompt_func fops_options_prompt;
91 void fops_init(line_prompt_func line_func, options_prompt_func options_func);
H A Dfops_common.c136 options_prompt_func fops_options_prompt;
139 fops_init(line_prompt_func line_func, options_prompt_func options_func) in fops_init()