Lines Matching full:topic
315 static char *topic; variable
323 i = asprintf(&tp, "%s", topic); in get_topic()
345 free(topic); in add_topic()
346 topic = strdup(bname); in add_topic()
347 if (!topic) { in add_topic()
357 char *topic; member
372 char *topic = pd->topic; in print_events_table_entry() local
387 fprintf(outfp, "\t.topic = \"%s\",\n", topic); in print_events_table_entry()
1078 /* model directory, reset topic */ in process_one_file()
1163 .topic = get_topic(), in process_one_file()
1169 free(data.topic); in process_one_file()