b                  30 src/label.c    int compare_adr(const void *a, const void *b);
b                  85 src/label.c    int compare_adr(const void *a, const void *b)
b                  87 src/label.c        return (**(LABELARRAY **)a).adr - (**(LABELARRAY **)b).adr;