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