Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Ddialog.c251 static AllBlobs *all_blobs; variable
415 next->next = all_blobs; in ignore_leak()
416 all_blobs = next; in ignore_leak()
423 while (all_blobs != 0) { in handle_leaks()
424 char *blob = all_blobs->blob; in handle_leaks()
425 AllBlobs *next = all_blobs->next; in handle_leaks()
427 free(all_blobs); in handle_leaks()
428 all_blobs = next; in handle_leaks()