Lines Matching full:topic
268 static char *topic; variable
276 i = asprintf(&tp, "%s", topic); in get_topic()
298 free(topic); in add_topic()
299 topic = strdup(bname); in add_topic()
300 if (!topic) { in add_topic()
310 char *topic; member
329 char *topic = pd->topic; in print_events_table_entry() local
342 fprintf(outfp, "\t.topic = \"%s\",\n", topic); in print_events_table_entry()
969 /* model directory, reset topic */ in process_one_file()
1036 .topic = get_topic(), in process_one_file()
1042 free(data.topic); in process_one_file()