quote_percent     255 lib/util.c     name_quote (const char *s, gboolean quote_percent)
quote_percent     272 lib/util.c                 if (quote_percent)
quote_percent     317 lib/util.c     fake_name_quote (const char *s, gboolean quote_percent)
quote_percent     319 lib/util.c         (void) quote_percent;
quote_percent     137 lib/util.h     char *name_quote (const char *c, gboolean quote_percent);
quote_percent     140 lib/util.h     char *fake_name_quote (const char *c, gboolean quote_percent);
quote_percent      86 src/filemanager/ext.c typedef char *(*quote_func_t) (const char *name, gboolean quote_percent);