Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dialog/
H A Ddialog.c243 static AllBlobs *all_blobs; variable
407 next->next = all_blobs; in ignore_leak()
408 all_blobs = next; in ignore_leak()
415 while (all_blobs != 0) { in handle_leaks()
416 char *blob = all_blobs->blob; in handle_leaks()
417 AllBlobs *next = all_blobs->next; in handle_leaks()
419 free(all_blobs); in handle_leaks()
420 all_blobs = next; in handle_leaks()