quote_func_t 81 src/filemanager/ext.c typedef char *(*quote_func_t) (const char *name, gboolean quote_percent); quote_func_t 98 src/filemanager/ext.c static quote_func_t quote_func = name_quote;