Home
last modified time | relevance | path

Searched refs:logfile_instance_t (Results 1 – 1 of 1) sorted by relevance

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dlogfile.c26 struct logfile_instance_t struct
28 struct logfile_instance_t *next; argument
43 #define log_collection (*((struct logfile_instance_t **)GLOBALS->logfiles)) argument
359 struct logfile_instance_t *l = log_collection; in ok_callback()
360 struct logfile_instance_t *lprev = NULL; in ok_callback()
404 struct logfile_instance_t *log_c; in logbox()
542 …log_c = calloc(1, sizeof(struct logfile_instance_t) + strlen(default_text)); /* deliberately not … in logbox()
650 struct logfile_instance_t *l = log_collection; in logbox_reload()