Searched defs:oneline (Results 1 – 2 of 2) sorted by relevance
655 static void dump_catalog_entry(FILE *f, sd_id128_t id, const char *s, bool oneline) { in dump_catalog_entry()670 int catalog_list(FILE *f, const char *database, bool oneline) { in catalog_list()707 int catalog_list_items(FILE *f, const char *database, bool oneline, char **items) { in catalog_list_items()
2220 bool oneline = arg_action == ACTION_LIST_CATALOG; in main() local